@@ -0,0 +1,9 @@.editorconfig.eslintrc.js.git.gitignore.next.nowignoreLICENSE.mdnode_modulesREADME.md
modified
docker-compose.yml
@@ -7,5 +7,5 @@ services: env_file: .env ports: - "${PORT}:${PORT}" command: npx next start --port ${PORT} command: yarn next:start restart: unless-stopped
@@ -1,7 +1,9 @@{ "private": true, "scripts": { "start": "next --port 3000" "start": "next --port 3000", "next:start": "next start --port ${PORT}", "next:build": "next build" }, "dependencies": { "chart.js": "^3.0.2",