Skip to content

Commit

Permalink
build: output mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Jun 7, 2024
1 parent 2f7a427 commit b840942
Show file tree
Hide file tree
Showing 8 changed files with 27,130 additions and 25,788 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:18-alpine

COPY dist/index.js /index.js
COPY dist/index.mjs /index.mjs

RUN apk add --no-cache git

ENTRYPOINT [ "node", "/index.js" ]
ENTRYPOINT [ "node", "/index.mjs" ]
Loading

0 comments on commit b840942

Please sign in to comment.