Removed backup readme

This commit is contained in:
114465 2024-05-16 22:20:52 -04:00
parent 85b186eb32
commit 6a6c696850
2 changed files with 0 additions and 23 deletions

View File

@ -1,12 +0,0 @@
FROM alpine
RUN apk add nginx
COPY index.html /var/lib/nginx/html/index.html
COPY style.css /var/lib/nginx/html/style.css
COPY nginx.conf /etc/nginx/nginx.conf
CMD ["/usr/sbin/nginx"]
EXPOSE 80

View File

@ -1,11 +0,0 @@
## Status
This website and all accocated files are not done yet and is subject to change.
## Hosting
This site is not hosted publicly at the moment because I don't own a domain name or VPS.
## Usage
Use the Dockerfile to build a docker image and then make a container to view the site