Frontend finished
This commit is contained in:
@ -56,3 +56,13 @@ services:
|
||||
depends_on:
|
||||
- machines-app
|
||||
- products-app
|
||||
frontend-app:
|
||||
build:
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
- REACT_APP_BACKEND_API_URL="http://localhost:10000"
|
||||
ports:
|
||||
- "8080:80"
|
||||
depends_on:
|
||||
- proxy
|
||||
|
||||
Reference in New Issue
Block a user