fix: fixed build stages and docker images. Docker image is now sleeker. The pulbish build should now have less garbage

This commit is contained in:
2026-05-30 16:14:51 +02:00
parent ecdb8c1716
commit e72ee2541e
6 changed files with 55 additions and 18 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
services:
graph:
build:
target: dev
dockerfile: Dockerfile.dev
volumes:
- .:/app
- /app/vendor # keeps vendor from the dev image, not your local dir