The one and only
https://www.willy.club
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
app | 4 months ago | |
config | 4 months ago | |
docker | 4 months ago | |
public | 4 months ago | |
routes | 4 months ago | |
views | 4 months ago | |
.gitignore | 4 months ago | |
Dockerfile | 4 months ago | |
README.md | 4 months ago |
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