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

Commit c969bdc

Browse files
committed
syn2mas: make the entrypoint absolute
1 parent 5cdae81 commit c969bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/syn2mas/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ COPY --from=builder /syn2mas/dist ./dist
4545
ARG TARGETARCH
4646
COPY --from=deps /deps/${TARGETARCH}/node_modules ./node_modules
4747

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

0 commit comments

Comments
 (0)