Skip to content

Commit

Permalink
fix: Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ical10 authored and wottpal committed Feb 5, 2024
1 parent 7c717dd commit bbc932d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.frontend
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit bbc932d

Please sign in to comment.