File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ COPY plugins/viewdocs-react/package.json plugins/viewdocs-react/package.json
1919ENV CYPRESS_INSTALL_BINARY=0
2020RUN --mount=type=cache,target=/root/.cache/yarn,sharing=locked \
2121 yarn global add node-gyp \
22- && yarn install --frozen-lockfile
22+ && yarn install --frozen-lockfile
2323
2424COPY ./ ./
2525
2626RUN yarn run tsc
2727
28- RUN yarn --cwd packages/app build
29- RUN yarn --cwd packages/backend build
28+ RUN yarn --cwd packages/app build
29+ RUN yarn --cwd packages/backend build
3030
3131RUN mkdir packages/backend/dist/skeleton packages/backend/dist/bundle \
3232 && tar xzf packages/backend/dist/skeleton.tar.gz -C packages/backend/dist/skeleton \
@@ -36,7 +36,7 @@ FROM docker.io/library/nginx:1.27.3-alpine-slim as frontend
3636
3737WORKDIR /app
3838
39- RUN apk add --no-cache jq
39+ RUN apk add --no-cache jq sed
4040
4141COPY --from=build /app/packages/app/dist /usr/share/nginx/html
4242COPY --chmod=700 container_utils/inject-config.sh /docker-entrypoint.d/40-inject-config.sh
You can’t perform that action at this time.
0 commit comments