Skip to content

Commit

Permalink
fix docker prod installation
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Nov 1, 2024
1 parent 89a4ccf commit 8efb4be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ FROM base AS production

ENV NODE_ENV=production

RUN npm install -g serve
RUN pnpm install -g serve

RUN npm run build
RUN pnpm run build

EXPOSE 4000

Expand Down

0 comments on commit 8efb4be

Please sign in to comment.