Skip to content

Commit

Permalink
finally fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akmatoff committed Nov 5, 2024
1 parent 73d7552 commit e8d95a8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ FROM base AS build
# Set environment to production
ENV NODE_ENV=production

# Install only production dependencies
RUN pnpm install --frozen-lockfile --prod

RUN pnpm install typescript

# Build the application
RUN pnpm run build

Expand Down

0 comments on commit e8d95a8

Please sign in to comment.