chore(root): add docker-compose configuration

This commit is contained in:
hosseintaromi 2025-06-14 14:25:11 +03:30
parent 876e0d1394
commit afa54a9bd1
1 changed files with 12 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@ -0,0 +1,12 @@
version: "3.8"
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "80:80"
restart: unless-stopped
environment:
- NODE_ENV=production