* 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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