diff --git a/paper/Dockerfile b/paper/Dockerfile index 45b5afe..f05144c 100644 --- a/paper/Dockerfile +++ b/paper/Dockerfile @@ -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" ] \ No newline at end of file diff --git a/paper/healthcheck b/paper/healthcheck new file mode 100755 index 0000000..88c9141 Binary files /dev/null and b/paper/healthcheck differ