Skip to content

Commit

Permalink
Merge pull request #138 from credebl/fix/dockerfile-update
Browse files Browse the repository at this point in the history
fix: updated docker file
  • Loading branch information
KambleSahil3 authored Jun 24, 2024
2 parents d7713cc + 0c0dacf commit 4a63ecc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ WORKDIR /app
# Copy package.json and yarn.lock files
COPY package.json yarn.lock ./

# Install dependencies
RUN yarn install --frozen-lockfile

# Copy the rest of the application code
COPY . .

# Install dependencies
RUN yarn install --frozen-lockfile

RUN yarn global add patch-package

# Build the application
Expand Down

0 comments on commit 4a63ecc

Please sign in to comment.