Remove storybook from actively building, keep last build

This commit is contained in:
Oliver Günther
2023-11-05 20:35:32 +01:00
parent c6281901fe
commit b82ddbc583
62 changed files with 5 additions and 2833 deletions
-9
View File
@@ -87,15 +87,6 @@ services:
depends_on:
- backend
storybook:
build:
<<: *frontend-build
command: "npm run storybook:serve"
volumes:
- ".:/home/dev/openproject"
networks:
- network
db:
image: postgres:13
<<: *restart_policy