diff --git a/Dockerfile b/Dockerfile index 674005a2a..5e6a3cd55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,7 +58,7 @@ ENV PORT=4000 \ RUN mkdir /app WORKDIR /app -COPY --from=builder /app/_build/prod/rel/cf_phx /app/_build/prod/rel/system_engine . +COPY --from=builder /app/_build/prod/rel/cf_phx /app/_build/prod/rel/system_engine ./ RUN chown -R nobody: /app USER nobody