Compare commits
2 Commits
ed3a533e6d
...
020cff79e3
Author | SHA1 | Date | |
---|---|---|---|
020cff79e3 | |||
e0e2780c40
|
@@ -5,9 +5,8 @@ RUN mkdir -p /emot/app
|
|||||||
WORKDIR /emot/app
|
WORKDIR /emot/app
|
||||||
|
|
||||||
# Install bot
|
# Install bot
|
||||||
COPY package.json /emot/app
|
COPY ./bot /emot/app
|
||||||
RUN npm install
|
RUN npm install
|
||||||
COPY . /emot/app
|
|
||||||
|
|
||||||
# Start the bot
|
# Start the bot
|
||||||
CMD ["node", "index.js"]
|
CMD ["node", "index.js"]
|
Reference in New Issue
Block a user