Frontend finished

This commit is contained in:
Eden Kirin
2024-01-16 16:45:08 +01:00
parent d77be41b99
commit 636efa9744
6 changed files with 69 additions and 0 deletions

View File

@ -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