Makefile!

This commit is contained in:
2024-12-18 23:21:12 -06:00
parent 842711825b
commit 043803e041
5 changed files with 196 additions and 78 deletions

6
docker-compose.yml Normal file
View File

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