Update Dockerfile
This commit is contained in:
parent
a1b3cbdcd3
commit
4a6c6369db
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
FROM node:
|
FROM node:latest
|
||||||
|
|
||||||
|
COPY --chown=node ./src /home/node/bot
|
||||||
|
|
||||||
USER node
|
USER node
|
||||||
|
WORKDIR /home/node/bot
|
||||||
|
|
||||||
WORKDIR /home/node
|
|
||||||
RUN git clone https://github.com/Morphious87/trol-bot trol-bot
|
|
||||||
|
|
||||||
WORKDIR /home/node/trol-bot
|
|
||||||
RUN npm i
|
RUN npm i
|
||||||
|
|
||||||
CMD [ "node", "index.js" ]
|
CMD [ "node", "index.js" ]
|
||||||
|
|
Reference in a new issue