Updated content and added Minecraft page

This commit is contained in:
Bo⋆˚✿˖° 2024-12-02 20:48:42 +01:00
parent 62224b2594
commit 2128b20873
Signed by: FreedTapestry21
GPG key ID: 5E19D8C7E935C480
5 changed files with 137 additions and 14 deletions

View file

@ -7,4 +7,6 @@ RUN rm -rf /etc/nginx/sites-enabled/default
ADD nginx/ /etc/nginx/
ADD www/ /var/html/www/
EXPOSE 80
ENTRYPOINT ["nginx"]