fix(dockerfile)
Some checks failed
Deploy to Development / build-and-deploy (push) Has been cancelled
Deploy to Production / build-and-deploy (push) Successful in 33s

This commit is contained in:
EvanChal
2026-01-28 20:47:34 +01:00
parent 97ae75c9bf
commit d68af8d5a1
19 changed files with 4783 additions and 7 deletions

View File

@@ -73,11 +73,12 @@ services:
VITE_API_URL: ${VITE_API_URL}
VITE_APP_URL: ${VITE_APP_URL}
VITE_UPLOAD_URL: ${VITE_UPLOAD_URL}
ENVIRONMENT: ${ENVIRONMENT}
volumes:
- ./frontend:/app
- /app/node_modules
ports:
- "8082:5173"
- "8082:8082"
networks:
- lediscord_network
restart: unless-stopped