mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-04 17:54:01 +00:00
moved healthchecks from Dockerfiles to docker-compose.yml
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
FROM python:3.9.9-slim
|
||||
WORKDIR /empty_dir
|
||||
EXPOSE 80
|
||||
HEALTHCHECK --interval=2m --timeout=3s \
|
||||
CMD curl -f http://localhost:80 || exit 1
|
||||
CMD python -m http.server 80
|
||||
|
Reference in New Issue
Block a user