diff --git a/Dockerfile b/Dockerfile index ba85f0a..0d0caa6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,6 +32,8 @@ ARG BUILD_APP_USER COPY --from=builder /app/hibp/build/gcc/release/* /usr/local/bin/ +COPY root/ / + WORKDIR /app USER ${BUILD_APP_USER}