Skip to content

Commit

Permalink
Bumped to 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oskardudycz committed Oct 11, 2024
1 parent 594550a commit 955a405
Show file tree
Hide file tree
Showing 4 changed files with 548 additions and 468 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ WORKDIR /app

# Copy published in previous stage binaries
# from the `builder` image
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/node_modules ./node_modules

Expand All @@ -50,4 +51,4 @@ EXPOSE 3000

# sets entry point command to automatically
# run application on `docker run`
ENTRYPOINT ["node", "./dist/index.cjs"]
ENTRYPOINT ["node", "./dist/index.js"]
Loading

0 comments on commit 955a405

Please sign in to comment.