mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -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 . .
|
COPY --chown=node . .
|
||||||
RUN --mount=type=cache,sharing=locked,uid=1000,gid=1000,target=/tmp/.yarn \
|
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_TEAM
|
||||||
ARG TURBO_API
|
ARG TURBO_API
|
||||||
|
|
Loading…
Reference in a new issue