Skip to content

Commit

Permalink
Dockerfile: set entrypoint so args can be just passed by
Browse files Browse the repository at this point in the history
Signed-off-by: mudler <[email protected]>
  • Loading branch information
mudler committed Dec 11, 2024
1 parent 615ea5b commit 2ef5bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ WORKDIR /home/masa
EXPOSE 4001 8080

# Set default command to start the Go application
CMD /usr/bin/masa-node
ENTRYPOINT [ "/usr/bin/masa-node" ]

0 comments on commit 2ef5bd1

Please sign in to comment.