build: remove constants file from build

This commit is contained in:
Marc 2024-05-08 23:58:02 -04:00
parent d991849734
commit 317259c278

View file

@ -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 .