This commit is contained in:
Gal 2023-12-26 13:48:48 +01:00 committed by Galuh Sahid
parent 372563d053
commit 0c8ab1e82d
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