This commit is contained in:
Michael Zhang 2022-11-06 19:02:34 -06:00
parent 6c4130aaf3
commit 2d5c711979

10
docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
version: "3"
services:
app:
build: .
environment:
db:
image: mongo
ports: [27017:27017]