continuwuity/images/misc-webserver/deploy.nu
2024-11-25 01:50:14 +00:00

2 lines
No EOL
173 B
Text

podman build -t misc-webserver -f "Dockerfile"
podman save --format oci-archive localhost/misc-webserver:latest | gzip | ssh fedora@213.32.25.24 -T "zcat | sudo podman load"