Skip to content

Commit

Permalink
Merge pull request #307 from skalenetwork/fix/SKALE-2889-sigterm-hand…
Browse files Browse the repository at this point in the history
…ling

SKALE-2889 Fix SIGTERM handling
  • Loading branch information
dimalit authored Jul 10, 2020
2 parents 1564097 + e1f1aef commit 4185757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/skale_build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ COPY ./executable /skaled
WORKDIR /skaled
RUN chmod +x skaled

ENTRYPOINT /skaled/skaled $OPTIONS
ENTRYPOINT ["/skaled/skaled"]

0 comments on commit 4185757

Please sign in to comment.