Skip to content

Commit

Permalink
add healthcheck binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Buh13246 committed Nov 18, 2023
1 parent 74596da commit 6e84f07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ COPY server.properties .
RUN mkdir config
COPY paper-global.yml config/
COPY setup-and-start-server.sh /opt/
COPY healthcheck /opt/
RUN chmod +x /opt/setup-and-start-server.sh

ENTRYPOINT [ "/opt/setup-and-start-server.sh" ]
Binary file added paper/healthcheck
Binary file not shown.

0 comments on commit 6e84f07

Please sign in to comment.