Update Dockerfile

This commit is contained in:
Julia 2021-09-05 19:53:21 +02:00 committed by GitHub
parent 2722680b2a
commit 0a8036b70c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
FROM node:latest
COPY --chown=node ./src /home/node/bot
COPY --chown=node . /home/node/bot
USER node
WORKDIR /home/node/bot