wgcl/justfile
2025-06-29 23:23:15 +08:00

4 lines
113 B
Makefile

buildimage:
podman build --dns 8.8.8.8 -t wgcldev .
runapp:
podman run --volume ./:/app -i -t wgcldev /bin/ash