This commit is contained in:
2024-04-12 23:07:34 +03:00
parent f6d316cb5e
commit c8dcf8844d
2 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,7 @@ services:
backend:
build:
context: backend
dockerfile: ./Dockerfile.prod
restart: unless-stopped
ports:
- "8000"