Compare commits
3 Commits
0.2.0
...
f64baebe74
Author | SHA1 | Date | |
---|---|---|---|
f64baebe74 | |||
020cff79e3 | |||
e0e2780c40
|
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,4 @@
|
||||
config.json
|
||||
node_modules/
|
||||
downloads/
|
||||
stickers/
|
||||
old/
|
||||
kube/
|
||||
*/node_modules/
|
||||
|
@@ -5,9 +5,8 @@ RUN mkdir -p /emot/app
|
||||
WORKDIR /emot/app
|
||||
|
||||
# Install bot
|
||||
COPY package.json /emot/app
|
||||
COPY ./bot /emot/app
|
||||
RUN npm install
|
||||
COPY . /emot/app
|
||||
|
||||
# Start the bot
|
||||
CMD ["node", "index.js"]
|
Reference in New Issue
Block a user