docker-compose/frontend #6

Merged
cami merged 4 commits from docker-compose/frontend into main 2021-05-25 23:24:49 +00:00
2 changed files with 13 additions and 15 deletions
Showing only changes of commit 5f42b54a8a - Show all commits

View file

@ -14,17 +14,16 @@ services:
- 3000:3000
environment:
- CHOKIDAR_USEPOLLING=true
backend-dev:
container_name: backend_bt
build:
context: ./backend
dockerfile: Dockerfile
tty: true
volumes:
- ./backend:/usr/src/app/
ports:
- 5000:5000
environment:
PORT: 5000
FLASK_DEBUG: 1
# backend-dev:
# container_name: backend_bt
# build:
# context: ./backend
# dockerfile: Dockerfile
# tty: true
# volumes:
# - ./backend:/usr/src/app/
# ports:
# - 5000:5000
# environment:
# PORT: 5000
# FLASK_DEBUG: 1

View file

@ -1,3 +1,2 @@
cd frontend
podman-compose down
podman-compose up