8 lines
122 B
Bash
Raw Normal View History

2025-07-31 09:25:17 +02:00
#!/bin/sh
2025-07-31 16:41:57 +02:00
git submodule init
git submodule update --recursive
2025-07-31 09:25:17 +02:00
podman build --file bardak/Dockerfile -t bardak ./bardak