Trying to fix pipeline 4
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-03-13 15:03:37 +01:00
parent c267cd4f08
commit 5aa3f15a42
4 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +0,0 @@
FROM nginx:latest
COPY ./index.html /usr/share/nginx/html/index.html
COPY ./index.css /usr/share/nginx/html/index.css
COPY ./index.js /usr/share/nginx/html/index.js
HEALTHCHECK --interval=1m --timeout=3s CMD curl --fail http://localhost/ || exit 1