fix(docker): fix workspace focus command

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2023-02-07 22:03:24 +01:00
parent 2d8ed6e136
commit 3ca64e84e1

View file

@ -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