swagg boi
2e6630eff9
- Added some documentation finally - Implemented cpanfile - Cleaned up Dockerfile - Use prefork server instead of daemon
27 lines
486 B
Markdown
27 lines
486 B
Markdown
# 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](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
|