5 lines
108 B
Bash
5 lines
108 B
Bash
#!/bin/bash
|
|
|
|
source constants.sh
|
|
|
|
podman build -t $APP_IMAGE_NAME:$IMAGE_VERSION -f Dockerfile-deluge-app .
|