Merge new rendering into master #60

Merged
JanGross merged 25 commits from dev-new-rendering into master 2023-08-07 17:34:19 +02:00
Showing only changes of commit 2d9f66acd4 - Show all commits

View File

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