build: remove constants file from build
This commit is contained in:
parent
d991849734
commit
317259c278
1 changed files with 1 additions and 3 deletions
4
build.sh
4
build.sh
|
@ -1,5 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
source constants.sh
|
||||
|
||||
podman build -t $APP_IMAGE_NAME:$IMAGE_VERSION -f Dockerfile-plex-app .
|
||||
podman build -t "spad-plex-app:$IMAGE_VERSION" -f Dockerfile-plex-app .
|
||||
|
|
Loading…
Reference in a new issue