We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1395c58 commit bb4b89bCopy full SHA for bb4b89b
Dockerfile
@@ -32,7 +32,7 @@ COPY --from=builder /usr/local/bin/static-web-server /usr/local/bin
32
COPY --from=builder /service/package.json.run ./package.json
33
USER root
34
# make some dirs and files writeable for the appuser
35
-RUN chown appuser ./dist ./dist/config.js ./package.json
+RUN touch ./dist/config.js && chown appuser ./dist ./dist/config.js ./package.json
36
USER appuser
37
# install run script
38
COPY run.js ./run.mjs
0 commit comments