* build: docker buildのpnpm i実行時にNODE_ENV=productionが指定されるようにする * build: 消す行間違ってたのを修正
This commit is contained in:
parent
f41c78a6e3
commit
40c201407d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue