The one and only https://www.willy.club
Go to file
William 53bcaa13f7 Merge fonts.css with main.css 2023-02-12 19:19:56 +01:00
app Remove chat cuz y'all can't behave! 2023-02-12 19:15:30 +01:00
config Remove chat cuz y'all can't behave! 2023-02-12 19:15:30 +01:00
docker Commit 2023-02-12 15:54:15 +01:00
public Merge fonts.css with main.css 2023-02-12 19:19:56 +01:00
routes Remove chat cuz y'all can't behave! 2023-02-12 19:15:30 +01:00
views Remove chat cuz y'all can't behave! 2023-02-12 19:15:30 +01:00
.gitignore Commit 2023-01-29 13:35:00 +01:00
Dockerfile Commit 2023-02-12 15:54:15 +01:00
README.md Commit 2023-02-12 15:54:15 +01:00

README.md

Very kewl website

Made by yours truly

Run with docker

docker build --no-cache -f ./Dockerfile --tag willy-club-website

docker run -dt -v ./:/www -v ./docker/nginx.conf:/etc/nginx/nginx.conf -v ./docker/run.sh:/opt/run.sh -p 8080:8080 --name willy-club-website willy-club-website