Skip to content

Commit

Permalink
change entrypoint, remove CMD (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi authored May 5, 2024
1 parent 2b77842 commit 59289d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

FROM ubuntu

ENTRYPOINT ["/usr/local/bin/scm-engine"]

COPY ["scm-engine", "/usr/local/bin/scm-engine"]

CMD []

ENTRYPOINT ["/usr/local/bin/scm-engine"]

0 comments on commit 59289d3

Please sign in to comment.