5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
echo -e "\033 building new docker image"
|
|
|
|
docker build . -t xaicorp/stashapp:latest
|