wethepeople.win/README.md
swaggboi 963b7e74f3 Some updates
- Pull latest Perl image
- Run apt updates
- Use prefork server
- Clean up Dockerfile
2021-04-17 16:21:41 -04:00

457 B

wethepeople.win

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 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