mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Update Dockerfile
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM nginx:alpine
|
||||
RUN echo "Hello, World!" > /usr/share/nginx/html/index.html
|
||||
HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 CMD wget -qO- http://localhost:80 || exit 1"
|
||||
HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 CMD "wget -qO- http://localhost:80 || exit 1"
|
||||
|
||||
Reference in New Issue
Block a user