dockerfile dockercompose entrypoint

This commit is contained in:
Syoul
2025-05-08 17:37:34 +02:00
parent dda945074b
commit cdf1a14613
3 changed files with 54 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
monapp:
build: .
ports:
- "3000:3000"
volumes:
- .:/app
restart: unless-stopped