Skip to content

Commit

Permalink
build: use pnpm to build in prod.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 23, 2023
1 parent 90ace1b commit 176a01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/prod.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN pnpm install

ENV NODE_ENV production
COPY . .
RUN npm run build
RUN pnpm run build


FROM docker.io/devforth/spa-to-http:1.0.3 as prod
Expand Down

0 comments on commit 176a01a

Please sign in to comment.