We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7859aca commit 4fd9e7fCopy full SHA for 4fd9e7f
Dockerfile
@@ -23,5 +23,7 @@ RUN set -x \
23
# Bundle app source
24
COPY . .
25
26
+USER node
27
+
28
EXPOSE 8080
29
CMD [ "node", "./src/www" ]
0 commit comments