dashboard

This commit is contained in:
Lucas Tettamanti
2026-01-27 02:41:39 -03:00
parent 493f26af17
commit df9420b954
19 changed files with 2105 additions and 111 deletions

View File

@@ -3,8 +3,8 @@ services:
image: node:20-alpine
working_dir: /usr/src/app
command: sh -c "npm install && npm run dev"
ports:
- "3000:3000"
expose:
- "3000"
env_file:
- .env
environment: