Solved some bugs

This commit is contained in:
2025-07-09 22:20:58 +02:00
parent 7bc0f32145
commit e18566d801
2 changed files with 21 additions and 10 deletions

View File

@@ -5,14 +5,11 @@ services:
build:
context: .
dockerfile: Dockerfile
image: application-portfolio
container_name: portfolio
ports:
- "${PORT:-5000}:${PORT:-5000}"
env_file:
- .env
volumes:
- ./app:/app
- ./.env:/app./.env
environment:
- PORT=${PORT:-5000}
- FLASK_ENV=${FLASK_ENV:-production}
restart: unless-stopped