Updated frontend port

This commit is contained in:
2023-02-20 13:57:17 +01:00
parent 3d435ffbf2
commit fac1e21513

View File

@@ -24,6 +24,6 @@ services:
context: ./frontend
dockerfile: Dockerfile_prod
ports:
- "3000:80"
- "3001:80"
environment:
REACT_APP_BACKEND_URL: "http://192.168.1.171:8000"