Skip to content

Commit

Permalink
ci: added .git since it'll fail the yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
kevkevinpal committed Apr 26, 2023
1 parent 392191d commit 8673798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WORKDIR /usr/src/app

COPY package*.json ./
COPY yarn.lock ./
COPY .git ./
RUN yarn install

COPY . .
Expand Down

0 comments on commit 8673798

Please sign in to comment.