Skip to content

Commit

Permalink
fly: fix entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Jun 25, 2024
1 parent f9ef390 commit 8b46238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ COPY --from=setup /app/dbip__ ./dbip__
# print files in work dir, must contain blocklists
RUN ls -Fla
# run with the default entrypoint (usually, bash or sh)
CMD ["node", "./dist/fly.mjs"]
CMD ["node", "./fly.mjs"]

0 comments on commit 8b46238

Please sign in to comment.