update compose

This commit is contained in:
2025-05-16 14:15:12 +09:00
parent 0b1ef14abe
commit 092e91150c
2 changed files with 10 additions and 11 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3.9'
services:
api:
image: app-dashboard:1.0.0
container_name: app-dashboard
build: .
ports:
- '4040:4040' # Specify the exposed port, we will need this to access the app from local machine

View File

@ -1,11 +0,0 @@
version: '3.9'
services:
api:
image: app-dashboard:1.0.0
container_name: app-dashboard
build: .
command: npm run start
ports:
- '4040:4040' # Specify the exposed port, we will need this to access the app from local machine