Trying to fix pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-03-13 15:25:15 +01:00
parent c0005f38d5
commit 78b51a7257
4 changed files with 20 additions and 20 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