Drop privileges (#1422)

This commit is contained in:
ohdearaugustin
2020-11-15 20:51:47 +01:00
committed by GitHub
parent 7859aca006
commit 4fd9e7f14f

View File

@@ -23,5 +23,7 @@ RUN set -x \
# Bundle app source
COPY . .
USER node
EXPOSE 8080
CMD [ "node", "./src/www" ]