Test gitea actions
All checks were successful
build

This commit is contained in:
2023-03-27 23:49:12 +02:00
parent be3de9b163
commit e10db014c7
2 changed files with 0 additions and 0 deletions

7
frontend/Dockerfile Normal file
View File

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