This commit is contained in:
2025-02-02 02:17:20 -06:00
parent e118614d91
commit 3bde86f983
3 changed files with 70 additions and 0 deletions

8
docker-compose.yml Normal file
View File

@ -0,0 +1,8 @@
services:
app:
image: ${IMAGE}
ports:
- "${APP_PORT}:4321"
environment:
NODE_ENV: production
restart: unless-stopped