Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
farrellh1 committed Oct 6, 2024
2 parents 0648189 + b382261 commit 8bc673b
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 @@ -11,7 +11,7 @@ RUN npm install -g pnpm
COPY package.json pnpm-lock.yaml ./

# Install dependencies using pnpm
RUN pnpm install --prod
RUN pnpm install

# Copy the rest of the application code into the container
COPY . .
Expand Down

0 comments on commit 8bc673b

Please sign in to comment.