custom-cluedo / docker-compose.yml
clementpep's picture
feat: add react + vite components
0344b6d
raw
history blame contribute delete
208 Bytes
version: '3.8'
services:
app:
build: .
ports:
- "7860:7860"
environment:
- PYTHONUNBUFFERED=1
volumes:
- ./backend:/app/backend
- ./frontend/dist:/app/frontend/dist