Add some new steps for donker

This commit is contained in:
swagg boi 2024-08-02 19:58:51 -04:00
parent d6dc6b7d61
commit 19ff7a4e6c

View File

@ -10,16 +10,29 @@ Source code for http://wethepeople.win
### Run it locally
docker run -p 3000:3000 wethepeople.pl:latest
docker run -p 3004:3000 wethepeople.pl
Pull up [http://localhost:3000](http://localhost:3000) and poke around
Pull up [http://localhost:3004](http://localhost:3004) and poke around
## Tagging/Pushing
### Tag the image
docker tag wethepeople.pl gcr.io/www-swagg/wethepeople.pl
docker tag wethepeople.pl \
git.seriousbusiness.international/swaggboi_priv/wethepeople.pl
### Send it
docker push gcr.io/www-swagg/wethepeople.pl
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