www2.0/README.md

35 lines
671 B
Markdown
Raw Permalink Normal View History

2021-02-26 23:23:00 -05:00
# www2.0
2021-02-26 23:26:20 -05:00
The successor to my homepage. Hold on to your butts.
## Building/Testing
### Build the container locally
2023-07-23 00:18:24 -04:00
podman build -t www-swagg .
2021-12-10 17:47:47 -05:00
Tests are performed during the build process
## Tagging/Pushing
### Tag the image
2024-09-13 14:49:49 -04:00
podman tag www-swagg \
git.seriousbusiness.international/swaggboi_priv/www-swagg
### Send it
2024-09-13 14:49:49 -04:00
podman push git.seriousbusiness.international/swaggboi_priv/www-swagg
2023-04-22 20:08:18 -04:00
### Pull it
2024-09-13 14:49:49 -04:00
podman pull git.seriousbusiness.international/swaggboi_priv/www-swagg
2023-04-22 20:08:18 -04:00
### Run it
podman run -dt --rm --name www-swagg -p 3000:3000 www-swagg:latest
### Create unit file
podman generate systemd --files --new --name www-swagg