Updated frontend port

This commit is contained in:
2023-02-20 14:05:51 +01:00
parent 470cdba20f
commit faf20141f8

View File

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