Skip to content

Commit

Permalink
task: dockerfile 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qro-story committed Sep 25, 2024
1 parent 75fdb5d commit fa9af80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ RUN apk add --no-cache yarn

# Copy package.json and yarn.lock
COPY package.json yarn.lock ./
COPY ./.env /usr/src/app/


# Install app dependencies
RUN yarn install --frozen-lockfile
Expand Down

0 comments on commit fa9af80

Please sign in to comment.