Go to file
2021-04-20 13:00:52 -04:00
public Fix robots.txt 2021-01-23 18:28:23 -05:00
templates Revert "Revert "Remove the useless autoplay attribute"" 2021-01-25 20:01:23 -05:00
.gitignore Initial commit 2021-01-21 05:25:54 +01:00
Dockerfile Some updates 2021-04-17 16:21:41 -04:00
LICENSE Fill out license details 2021-02-02 10:37:10 -05:00
README.md Some updates 2021-04-17 16:21:41 -04:00
wethepeople.pl Add Permissions-Policy response header to opt out of Google FLoC 2021-04-20 13:00:52 -04:00

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