www2.0/README.md

34 lines
580 B
Markdown
Raw 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
docker build -t www-swagg .
2021-12-10 17:47:47 -05:00
Tests are performed during the build process
## Tagging/Pushing
### Tag the image
2023-04-22 10:19:52 -04:00
docker tag www-swagg git.n4vn33t.com/swag/www-swagg
### Send it
2023-04-22 10:19:52 -04:00
docker push git.n4vn33t.com/swag/www-swagg
2023-04-22 20:08:18 -04:00
### Pull it
docker pull git.n4vn33t.com/swag/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