Skip to content

Commit

Permalink
[Sharp-API] Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
carry0987 committed Jan 26, 2024
1 parent cfeb259 commit c4a7fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JS/Sharp-API/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ WORKDIR /usr/src/app
# Copy built node modules and compiled code
COPY --from=builder /usr/src/app/node_modules ./node_modules
COPY --from=builder /usr/src/app/dist ./dist
COPY --from=builder /usr/src/app/package.json ./package.json

CMD ["npm", "run", "start"]

0 comments on commit c4a7fff

Please sign in to comment.