4 lines
158 B
Bash
Executable file
4 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
|
|
podman build --tag registry.garrity.co:8443/gs/ci-scala:latest .
|
|
podman run --rm -it --entrypoint bash registry.garrity.co:8443/gs/ci-scala:latest
|