Initial commit: static Zeppo website with Dockerfile and Gitea CI
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 2m5s
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 2m5s
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM nginx:alpine
|
||||
COPY index.html style.css /usr/share/nginx/html/
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user