Commit 32db9cb7 authored by wycers's avatar wycers
Browse files

env

parent 42e0fbe4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ RUN npm install -g pnpm
FROM builder-with-pnpm as builder

WORKDIR /home/node
ENV NODE_ENV production

# pnpm fetch does require only lockfile
COPY pnpm-lock.yaml ./