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

* build: 消す行間違ってたのを修正
This commit is contained in:
anatawa12
2024-02-16 16:49:12 +09:00
committed by GitHub
parent f41c78a6e3
commit 40c201407d

View File

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