580 B
580 B
www2.0
The successor to my homepage. Hold on to your butts.
Building/Testing
Build the container locally
docker build -t www-swagg .
Tests are performed during the build process
Tagging/Pushing
Tag the image
docker tag www-swagg git.n4vn33t.com/swag/www-swagg
Send it
docker push git.n4vn33t.com/swag/www-swagg
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