Skip to content

Commit

Permalink
Move off frozen lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Husky-Devel committed Dec 27, 2024
1 parent 6b267c6 commit 0ee6227
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 @@ -12,7 +12,7 @@ RUN apt-get update && \

# Install dependencies
COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile
RUN yarn install

# Build the app
COPY . .
Expand Down

0 comments on commit 0ee6227

Please sign in to comment.