From 317259c278429259cd48959d4fff6609b56d8c03 Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Wed, 8 May 2024 23:58:02 -0400 Subject: [PATCH] build: remove constants file from build --- build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 9dd46c7..491af86 100644 --- a/build.sh +++ b/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 .