add environment for production

This commit is contained in:
wayanrivan
2025-05-16 09:37:10 +07:00
parent 5b837d8cc2
commit d9ddbd596e
5 changed files with 105 additions and 0 deletions

11
⁠docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
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