The successor to my homepage. Hold on to your butts.
Go to file
2021-04-16 17:55:48 -04:00
cgi-bin New guestbook CGI script 2021-04-02 20:37:49 -04:00
public Update soundtrack 2021-04-16 17:55:48 -04:00
templates Update soundtrack 2021-04-16 17:55:48 -04:00
.gitignore Implement session cookie 2021-03-12 23:22:50 -05:00
cpanfile Misc tweaks 2021-04-15 17:35:28 -04:00
Dockerfile Misc tweaks 2021-04-15 17:35:28 -04:00
LICENSE Initial commit++ 2021-02-26 23:26:20 -05:00
README.md Misc tweaks 2021-04-15 17:35:28 -04:00
www-swagg.pl Moar minor clean up 2021-04-15 22:21:43 -04:00

www2.0

The successor to my homepage. Hold on to your butts.

Building/Testing

Build the container locally

docker build -t www-swagg .

Run it locally

docker run -p 3000:3000 www-swagg:latest

Pull up http://localhost:3000 and poke around TODO: Should create automated tests for this

Tagging/Pushing

Tag the image

docker tag www-swagg gcr.io/www-swagg/www-swagg

Send it

docker push gcr.io/www-swagg/www-swagg