From bbc932d1586ed8856a29eea1c2171c8ea569ffbd Mon Sep 17 00:00:00 2001 From: ical10 Date: Thu, 25 Jan 2024 12:20:52 +0700 Subject: [PATCH] fix: Small typo --- Dockerfile.frontend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.frontend b/Dockerfile.frontend index a3dbea0..ba8a909 100644 --- a/Dockerfile.frontend +++ b/Dockerfile.frontend @@ -14,7 +14,7 @@ RUN npm i --global --no-update-notifier --no-fund pnpm@8 \ FROM pnpm_base as fetched_deps WORKDIR /app # setting env to production usually speeds up installations -ENV NODE_ENV production +ENV NODE_ENV=production COPY pnpm-lock.yaml ./ # set the store dir to a folder that is not in the project RUN pnpm config set store-dir /workdir/.pnpm-store \