wethepeople.win/README.md

39 lines
776 B
Markdown
Raw Permalink 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
2024-08-02 19:58:51 -04:00
docker run -p 3004:3000 wethepeople.pl
2024-08-02 19:58:51 -04:00
Pull up [http://localhost:3004](http://localhost:3004) and poke around
## Tagging/Pushing
### Tag the image
2024-08-02 19:58:51 -04:00
docker tag wethepeople.pl \
git.seriousbusiness.international/swaggboi_priv/wethepeople.pl
### Send it
2024-08-02 19:58:51 -04:00
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