docker compose
This commit is contained in:
parent
5d75d80a87
commit
70c65fa178
1 changed files with 2 additions and 1 deletions
|
|
@ -4,10 +4,11 @@ services:
|
|||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "5000:5000"
|
||||
- "5555:5000"
|
||||
environment:
|
||||
- FLASK_ENV=development
|
||||
- FLASK_DEBUG=1
|
||||
volumes:
|
||||
- .:/app
|
||||
command: uv run python web_solve.py
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Reference in a new issue