2021-02-27 04:23:00 +00:00
|
|
|
# www2.0
|
|
|
|
|
2021-02-27 04:26:20 +00:00
|
|
|
The successor to my homepage. Hold on to your butts.
|
2021-04-15 21:35:28 +00:00
|
|
|
|
|
|
|
## Building/Testing
|
|
|
|
|
|
|
|
### Build the container locally
|
|
|
|
|
|
|
|
docker build -t www-swagg .
|
|
|
|
|
2021-12-10 22:47:47 +00:00
|
|
|
Tests are performed during the build process
|
2021-04-15 21:35:28 +00:00
|
|
|
|
|
|
|
## 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
|