Skip to content

Commit

Permalink
fix(typescript): fix copy location
Browse files Browse the repository at this point in the history
  • Loading branch information
kaykayehnn committed May 31, 2023
1 parent 36b921d commit af39023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TypeScript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENTRYPOINT ["/tini", "--"]

ENV NODE_ENV=production

COPY --from=build-env /usr/src/myapp /
COPY --from=build-env /usr/src/myapp /usr/src/myapp
WORKDIR /usr/src/myapp

RUN npm install --omit=dev
Expand Down

0 comments on commit af39023

Please sign in to comment.