Skip to content

Commit f699308

Browse files
committed
Don't set user to nobody in runner
1 parent 3febc3a commit f699308

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,4 @@ ENV MIX_ENV="prod"
112112
# Only copy the final release from the build stage
113113
COPY --from=builder --chown=nobody:root /app/_build/${MIX_ENV}/rel/archivist ./
114114

115-
USER nobody
116-
117115
CMD ["/app/bin/archivist", "start"]

0 commit comments

Comments
 (0)