From 08e1fb839a5356f21ffe2443228e54d5b656e739 Mon Sep 17 00:00:00 2001 From: Erik Foris Date: Tue, 26 Mar 2024 14:45:49 +0100 Subject: [PATCH] use the new dockerfile --- setup-scripts/setup-sample-xapp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/setup-sample-xapp.sh b/setup-scripts/setup-sample-xapp.sh index a5e8737..9d62066 100755 --- a/setup-scripts/setup-sample-xapp.sh +++ b/setup-scripts/setup-sample-xapp.sh @@ -36,7 +36,7 @@ if [ ! $? -eq 0 ]; then $SUDO docker build \ --build-arg DBAAS_SERVICE_HOST=$DBAAS_IP \ --build-arg DBAAS_SERVICE_PORT=$DBAAS_PORT \ - -f ${DOCKER_FILE}_${IMAGE_NAME} -t ${IMAGE_NAME}:$tagvers . + -f Dockerfile_sample_xapp_c -t ${IMAGE_NAME}:$tagvers . # remove copied Dockerfile rm ${DOCKER_FILE}_${IMAGE_NAME}