3 lines
79 B
Bash
3 lines
79 B
Bash
#!/bin/sh
|
|
cd container && \
|
|
podman build -t git.plabble.org/maurice/devc:main . |