Skip to content
Snippets Groups Projects
Unverified Commit 40c20140 authored by anatawa12's avatar anatawa12 Committed by GitHub
Browse files

fix of #13330 (#13330)

* build: docker buildのpnpm i実行時にNODE_ENV=productionが指定されるようにする

* build: 消す行間違ってたのを修正
parent f41c78a6
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ ARG NODE_ENV=production
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
pnpm i --frozen-lockfile --aggregate-output
ARG NODE_ENV=production
COPY --link . ./
RUN git submodule update --init
RUN pnpm build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment