Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
LarmuseauNiels committed Mar 22, 2023
1 parent a8a338f commit edee927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion captain-definition
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"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/",
"RUN npm install -g yarn",
"RUN yarn install --production",
"COPY ./ /usr/src/app",
"RUN npx prisma generate",
Expand Down

0 comments on commit edee927

Please sign in to comment.