mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-09 13:51:57 -04:00
fix: turbo filter commands
turbo now wants you to specify the whole name and not just part of the name. See: https://github.com/vercel/turborepo/pull/8137 Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
9bb33cbc70
commit
03a388c6f9
3 changed files with 7 additions and 7 deletions
|
@ -40,7 +40,7 @@ ARG TURBO_TEAM
|
|||
ARG TURBO_API
|
||||
ARG TURBO_TOKEN
|
||||
|
||||
RUN yarn build --filter=backend --no-cache --no-daemon
|
||||
RUN yarn build --filter=@hedgedoc/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