Skip to content

Commit

Permalink
no yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Mar 22, 2023
1 parent edee927 commit f186576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion captain-definition
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"FROM node:hydrogen-alpine3.16",
"ARG CAPROVER_GIT_COMMIT_SHA=${CAPROVER_GIT_COMMIT_SHA}",
"ENV CAPROVER_GIT_COMMIT_SHA=${CAPROVER_GIT_COMMIT_SHA}",
"RUN npm install -g yarn",
"RUN mkdir -p /usr/src/app",
"WORKDIR /usr/src/app",
"COPY ./package.json /usr/src/app/",
Expand Down

0 comments on commit f186576

Please sign in to comment.