Skip to content

Commit

Permalink
fix: docker install --frozen-lockfile 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
nowChae committed Nov 15, 2024
1 parent 813aa28 commit e213b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.be
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WORKDIR /app/packages/server

COPY ./packages/server .

RUN yarn install --frozen-lockfile
RUN yarn install
RUN yarn add tslib

EXPOSE 3000
Expand Down

0 comments on commit e213b8c

Please sign in to comment.