Skip to content

Commit

Permalink
#2
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicwest committed Oct 24, 2023
1 parent 72e97dc commit 118ac04
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@ WORKDIR /app

ENV NODE_ENV production

RUN yarn install

# Copy production build
COPY --from=build /app/package*.json /app/
COPY --from=build /app/yarn.lock /app/

RUN yarn install

COPY --from=build /app/dist/ /app/dist/
COPY --from=build /app/tsconfig.build.json/ /app/tsconfig.build.json/
COPY --from=build /app/tsconfig.json/ /app/tsconfig.json/
Expand Down

0 comments on commit 118ac04

Please sign in to comment.