accidentaly deleted frontend container

pull/241/head
Alex 1 year ago
parent bc9f1c17ed
commit ba9c505249

@ -1,6 +1,14 @@
version: "3.9"
services:
frontend:
build: ./frontend
environment:
- VITE_API_HOST=http://localhost:5001
ports:
- "5173:5173"
depends_on:
- backend
backend:
build: ./application

Loading…
Cancel
Save