fix(docker): 🐛 Attempt to fix prerender error
This commit is contained in:
@ -18,7 +18,7 @@ FROM base AS builder
|
|||||||
COPY --from=installer /app/ .
|
COPY --from=installer /app/ .
|
||||||
COPY --from=pruner /app/out/full/ .
|
COPY --from=pruner /app/out/full/ .
|
||||||
RUN apt-get -qy update && apt-get -qy install openssl
|
RUN apt-get -qy update && apt-get -qy install openssl
|
||||||
RUN yarn turbo run build --scope=${SCOPE} --include-dependencies
|
RUN yarn turbo run build --scope=${SCOPE} --include-dependencies --no-deps
|
||||||
RUN find . -name node_modules | xargs rm -rf
|
RUN find . -name node_modules | xargs rm -rf
|
||||||
|
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
|
Reference in New Issue
Block a user