5 Commits

3 changed files with 7 additions and 6 deletions
+3 -4
View File
@@ -1,5 +1,4 @@
config.json
node_modules/
downloads/
stickers/
kube/
old/
kube/
*/node_modules/
+1 -2
View File
@@ -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"]
+3
View File
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}