7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#podman build -t postgresql-image .
|
|
|
|
podman-compose up --build -d
|
|
|