Update Dockerfile
This commit is contained in:
parent
2722680b2a
commit
0a8036b70c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM node:latest
|
FROM node:latest
|
||||||
|
|
||||||
COPY --chown=node ./src /home/node/bot
|
COPY --chown=node . /home/node/bot
|
||||||
|
|
||||||
USER node
|
USER node
|
||||||
WORKDIR /home/node/bot
|
WORKDIR /home/node/bot
|
||||||
|
|
Reference in a new issue