Add dev:build script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tobias 2024-05-19 08:50:33 +02:00
parent a8362fa88f
commit 421394a794

View File

@ -5,6 +5,7 @@
"version": "1.2",
"scripts": {
"dev": "docker compose up",
"stop": "docker compose down"
"stop": "docker compose down",
"dev:build": "docker compose up --build"
}
}