Files
continuwuity/images/misc-webserver/deploy.nu
T

2 lines
173 B
Nu
Raw Normal View History

2024-11-25 01:50:14 +00:00
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"