8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git submodule init
|
|
git submodule update --recursive
|
|
|
|
podman build --file bardak/Dockerfile -t bardak ./bardak
|
|
|