Skip to content

Commit 4fd9e7f

Browse files
Drop privileges (zadam#1422)
1 parent 7859aca commit 4fd9e7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ RUN set -x \
2323
# Bundle app source
2424
COPY . .
2525

26+
USER node
27+
2628
EXPOSE 8080
2729
CMD [ "node", "./src/www" ]

0 commit comments

Comments
 (0)