Drop privileges (#1422)

This commit is contained in:
ohdearaugustin 2020-11-15 20:51:47 +01:00 committed by GitHub
parent 7859aca006
commit 4fd9e7f14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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