Skip to content

Commit

Permalink
skip reinstalling yarn, since it seems to exist?
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Lerner committed Sep 16, 2024
1 parent 0d3bd0c commit 3371cf5
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 @@ -18,7 +18,7 @@ RUN bundle install

COPY package.json /home/app/hourglass/package.json
COPY yarn.lock /home/app/hourglass/yarn.lock
RUN npm install --global yarn
# RUN npm install --global yarn
RUN yarn install --frozen-lockfile

COPY ./ /home/app/hourglass
Expand Down

0 comments on commit 3371cf5

Please sign in to comment.