Skip to content

Commit

Permalink
Merge pull request #60 from keboola/kacurez-ignore-sigterm
Browse files Browse the repository at this point in the history
dont halt on sigterm and wait for sigkill
  • Loading branch information
kacurez committed Jan 2, 2019
2 parents 4f6e3c9 + 8c4e483 commit 2e73530
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 @@ -8,4 +8,4 @@ ADD . /code
WORKDIR /code
RUN boot build
RUN chmod a+r target/ex-fb-graph-api-1.0.jar
CMD ["java", "-jar", "-Xmx1g","target/ex-fb-graph-api-1.0.jar", "-d" , "/data/"]
CMD ["java", "-jar", "-Xmx1g", "-Xrs", "target/ex-fb-graph-api-1.0.jar", "-d", "/data/"]

0 comments on commit 2e73530

Please sign in to comment.