mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
fix(docker): fix workspace focus command
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
2d8ed6e136
commit
3ca64e84e1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ WORKDIR /usr/src/app
|
|||
|
||||
COPY --chown=node . .
|
||||
RUN --mount=type=cache,sharing=locked,uid=1000,gid=1000,target=/tmp/.yarn \
|
||||
yarn install --immutable && yarn workspaces focus hedgedoc @hedgedoc/backend @hedgedoc/commons
|
||||
yarn install --immutable
|
||||
|
||||
ARG TURBO_TEAM
|
||||
ARG TURBO_API
|
||||
|
|
Loading…
Reference in a new issue