22 lines
345 B
Markdown
22 lines
345 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 .
|
|
|
|
Tests are performed during the build process
|
|
|
|
## 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
|