www2.0/README.md
Daniel Bowling 6fb0a825f5 Update docs
2023-07-23 00:18:24 -04:00

34 lines
607 B
Markdown

# www2.0
The successor to my homepage. Hold on to your butts.
## Building/Testing
### Build the container locally
podman build -t www-swagg .
Tests are performed during the build process
## Tagging/Pushing
### Tag the image
podman tag www-swagg git.minimally.online/swaggboi/www-swagg
### Send it
podman push git.minimally.online/swaggboi/www-swagg
### Pull it
podman pull git.minimally.online/swaggboi/www-swagg
### 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