www2.0/README.md

22 lines
345 B
Markdown
Raw Normal View History

2021-02-26 23:23:00 -05:00
# www2.0
2021-02-26 23:26:20 -05:00
The successor to my homepage. Hold on to your butts.
## Building/Testing
### Build the container locally
docker build -t www-swagg .
2021-12-10 17:47:47 -05:00
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