Skip to content

Commit

Permalink
focus not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Dec 16, 2023
1 parent e02b2e7 commit f6ba888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ADD api/package.json .

ENV NODE_ENV production

RUN yarn install --focus
RUN yarn install

COPY --from=builder /build/api/dist /app

Expand Down

0 comments on commit f6ba888

Please sign in to comment.