Go to file
2024-08-02 20:59:09 -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 Fix the donker thing 2024-08-02 20:01:51 -04:00
LICENSE Fill out license details 2021-02-02 10:37:10 -05:00
README.md Add some new steps for donker 2024-08-02 19:58:51 -04:00
wethepeople.pl Let's see if this works cuz there's no tests (??) 2024-08-02 20:59:09 -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 3004:3000 wethepeople.pl

Pull up http://localhost:3004 and poke around

Tagging/Pushing

Tag the image

docker tag wethepeople.pl \
    git.seriousbusiness.international/swaggboi_priv/wethepeople.pl

Send it

docker push git.seriousbusiness.international/swaggboi_priv/wethepeople.pl

Pull

podman pull git.seriousbusiness.international/swaggboi_priv/wethepeople.pl

Run

podman run -dt --rm --name wethepeople.pl -p 3004:3000 wethepeople.pl

Unit file

podman generate systemd --files --new --name wethepeople.pl