Trying to fix pipeline
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
7
Dockerfile.Frontend
Normal file
7
Dockerfile.Frontend
Normal 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
|
Reference in New Issue
Block a user