We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4296c8a commit 3a3601eCopy full SHA for 3a3601e
1 file changed
Dockerfile
@@ -84,6 +84,7 @@ ENV WEB_CONCURRENCY 1
84
ENV PORT 4000
85
86
# Copy only what's needed to run the server
87
+COPY --chown=node:node package.json ./
88
COPY --chown=node:node assets ./assets
89
COPY --chown=node:node includes ./includes
90
COPY --chown=node:node translations ./translations
0 commit comments