3 lines
64 B
Bash
3 lines
64 B
Bash
#!/bin/bash
|
|
podman image build -t localhost/debian-web:latest .
|
#!/bin/bash
|
|
podman image build -t localhost/debian-web:latest .
|