Skip to content

Commit

Permalink
Update dockerfile to use the exact package versions in pnpm lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dyang415 committed Sep 20, 2023
1 parent 0fac382 commit 2cbf918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN . /opt/venv/bin/activate && pip install -r requirements.txt
WORKDIR /app/frontend
COPY /frontend/package.json /app/frontend/package.json
RUN npm install -g pnpm && \
pnpm install
pnpm install --frozen-lockfile
COPY ./frontend /app/frontend
RUN npm run build

Expand Down

0 comments on commit 2cbf918

Please sign in to comment.