Fix broken backend connection in prod build (fix #151) #152

Merged
cami merged 3 commits from infra/backendconnection into main 2021-07-13 18:06:07 +00:00
Showing only changes of commit d72367ccaa - Show all commits

View file

@ -8,8 +8,6 @@ services:
backend-prod:
image: caminsha/bt-backend
container_name: backend_bt
ports:
- 5000:5000
environment:
DEBUG: "no"
PORT: 5000