Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
syn2mas: make the entrypoint absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Aug 7, 2024
1 parent 5cdae81 commit c969bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/syn2mas/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ COPY --from=builder /syn2mas/dist ./dist
ARG TARGETARCH
COPY --from=deps /deps/${TARGETARCH}/node_modules ./node_modules

ENTRYPOINT ["/nodejs/bin/node", "--enable-source-maps", "dist/index.js"]
ENTRYPOINT ["/nodejs/bin/node", "--enable-source-maps", "/syn2mas/dist/index.js"]

0 comments on commit c969bdc

Please sign in to comment.