wethepeople.win/README.md

26 lines
457 B
Markdown
Raw Normal View History

2021-01-20 23:25:54 -05:00
# wethepeople.win
2021-01-21 00:15:31 -05:00
Source code for http://wethepeople.win
## Building/Testing
### Build the container locally
docker build -t wethepeople.pl .
### Run it locally
docker run -p 3000:3000 wethepeople.pl:latest
Pull up [http://localhost:3000](http://localhost:3000) and poke around
## Tagging/Pushing
### Tag the image
docker tag wethepeople.pl gcr.io/www-swagg/wethepeople.pl
### Send it
docker push gcr.io/www-swagg/wethepeople.pl