This commit is contained in:
Galuh Sahid 2023-12-26 13:48:48 +01:00
parent b8127b95a9
commit bdf7e88d3b
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '3'
services:
web:
build: .
ports:
- "3000:3000"
volumes:
- .:/usr/src/app