5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
podman build --file bardak/Dockerfile -t bardak ./bardak
|
||
|
|