Skip to content

Commit

Permalink
Simplificado el docker-compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevilla committed Feb 4, 2024
1 parent ec2e508 commit d2a77e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ejemplos/frontend/flask-example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ services:
build: .
ports:
- "5010:5000"
environment:
- FLASK_APP=app/app.py
- FLASK_DEBUG=true
volumes:
- .:/flask-example
user: root
stdin_open: true # docker run -i
tty: true # docker run -t
environment:
- FLASK_APP=app/app.py
- FLASK_DEBUG=true

0 comments on commit d2a77e9

Please sign in to comment.