Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
ffc3b29ac3 | |||
|
977d20f717 | ||
f64baebe74 | |||
020cff79e3 | |||
e0e2780c40
|
7
.gitignore
vendored
7
.gitignore
vendored
@@ -1,5 +1,4 @@
|
|||||||
config.json
|
config.json
|
||||||
node_modules/
|
old/
|
||||||
downloads/
|
kube/
|
||||||
stickers/
|
*/node_modules/
|
||||||
kube/
|
|
||||||
|
@@ -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"]
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
Reference in New Issue
Block a user