Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
davitJabushanuri committed Feb 27, 2024
2 parents be6fdbb + f05e74b commit 517f73e
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 @@ -30,7 +30,7 @@ FROM base as deps
WORKDIR /app

# Install node modules
COPY --link package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile

# Build the application
Expand Down

0 comments on commit 517f73e

Please sign in to comment.