mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-12 22:26:08 -04:00
fix: use npm tasks instead of running turbo directly
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
785ef316ab
commit
6263af5ee2
8 changed files with 15 additions and 13 deletions
|
@ -40,7 +40,7 @@ ARG TURBO_TEAM
|
|||
ARG TURBO_API
|
||||
ARG TURBO_TOKEN
|
||||
|
||||
RUN yarn turbo run build --filter=backend --no-cache --no-daemon
|
||||
RUN yarn build --filter=backend --no-cache --no-daemon
|
||||
|
||||
## Stage 2b: Install only prod dependencies
|
||||
FROM code-with-deps as prod-dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue