We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d1cb6 commit 3458f8eCopy full SHA for 3458f8e
.docker/app/Dockerfile
@@ -51,10 +51,9 @@ RUN apk add -U --no-cache \
51
if [ "${RAILS_ENV}" = "production" ]; then apk del build-dependencies; fi && \
52
rm -rf /var/cache/apk/ && \
53
mkdir -p /secure-tmp && chmod 700 /secure-tmp && \
54
- mkdir -p /secure-tmp/log && chmod 700 /secure-tmp/log && \
55
- rails users:sync_initial
+ mkdir -p /secure-tmp/log && chmod 700 /secure-tmp/log
56
57
-USER 65534:65534
+USER nobody:nobody
58
59
ENTRYPOINT [".docker/app/entrypoint.sh"]
60
EXPOSE 3000
0 commit comments