Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven65 authored Nov 23, 2022
1 parent 2e8d8fa commit 65082d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ COPY --from=deps /deps/node_modules /usr/src/app/node_modules/
COPY --from=deps /deps/package.json /usr/src/package.json
COPY --from=builder /usr/src/app/dist ./dist
COPY --from=builder /usr/src/app/index.js ./index.js
COPY --from=builder /usr/src/app/openapi.yml /usr/src/app/openapi.yml

CMD ["index.js"]

0 comments on commit 65082d2

Please sign in to comment.