This commit is contained in:
Logen
2025-10-28 09:19:25 -04:00
parent 0714fcfb7a
commit 2c81078e77
4 changed files with 32 additions and 1 deletions

11
docker-compose.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
web:
build: .
ports:
- "9000:9000"
volumes:
- .:/app
restart: always
command: npm run both