dotfiles/dev/build.sh
2024-11-10 21:15:21 -06:00

4 lines
112 B
Bash
Executable file

#!/bin/sh
podman rm -f dev
podman build --build-arg SSH_KEY="$(cat ~/.ssh/id_ed25519.pub)" -t debian-dev-env .