Cleanup legacy rendering code and files

also removes dockerfile and imagemagick.
This commit is contained in:
2023-06-12 21:55:13 +02:00
parent 14fbe1ab5d
commit 487ee866ba
5 changed files with 7 additions and 90 deletions

View File

@@ -2,7 +2,7 @@ version: "3.7"
services:
bot:
build: .
image: node:16.9.0-alpine
command: sh -c "npm config set cache /app/.npm_cache --global && npm install && npx sequelize db:migrate && node ."
restart: unless-stopped
environment: