mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
fix: not right cwd
This commit is contained in:
@@ -33,7 +33,7 @@ WORKDIR /app
|
|||||||
COPY --from=builder /app/out/json/ .
|
COPY --from=builder /app/out/json/ .
|
||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
|
|
||||||
RUN yarn add sharp --platform=linuxmusl --arch=x64
|
RUN cd apps/web && yarn add sharp --platform=linuxmusl --arch=x64
|
||||||
|
|
||||||
COPY --from=builder /app/out/full/ .
|
COPY --from=builder /app/out/full/ .
|
||||||
RUN --mount=type=secret,id=TURBO_TOKEN --mount=type=secret,id=TURBO_TEAM \
|
RUN --mount=type=secret,id=TURBO_TOKEN --mount=type=secret,id=TURBO_TEAM \
|
||||||
|
|||||||
Reference in New Issue
Block a user