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 0f6f446
Show file tree
Hide file tree
Showing 8 changed files with 27,144 additions and 25,790 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 0f6f446

Please sign in to comment.