This commit is contained in:
2024-11-22 13:39:58 -06:00
parent 614d16c710
commit 01c970a376

6
docker-compose.yml Normal file
View File

@ -0,0 +1,6 @@
services:
app:
image: ${IMAGE}
command: ["/app"]
ports:
- "3000:3000"