2 lines
48 B
Bash
2 lines
48 B
Bash
#!/bin/bash
|
|
docker build -t pgsql-autotest:v1 .
|
#!/bin/bash
|
|
docker build -t pgsql-autotest:v1 .
|