This commit is contained in:
Atridad Lahiji 2024-11-22 13:39:58 -06:00
parent 614d16c710
commit 01c970a376
Signed by: atridad
SSH key fingerprint: SHA256:LGomp8Opq0jz+7kbwNcdfTcuaLRb5Nh0k5AchDDb438

6
docker-compose.yml Normal file
View file

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