diff --git a/packages/reservation-platform/docker/deploy_container.sh b/packages/reservation-platform/docker/deploy_container.sh index 7a0fa8c..0f87ef3 100755 --- a/packages/reservation-platform/docker/deploy_container.sh +++ b/packages/reservation-platform/docker/deploy_container.sh @@ -1,7 +1,7 @@ #!/bin/bash # Load the Docker image from the tar file -echo "Loading Docker image from $COMPOSE_FILE..." +echo "Loading Docker image from docker/myp-rp_latest.tar.xz..." docker load -i "docker/myp-rp_latest.tar.xz" # Check if loading the image was successful @@ -12,7 +12,7 @@ fi # Execute docker compose echo "Running docker compose..." -docker compose -f "$COMPOSE_FILE" up -d +docker compose -f "docker/compose.yml" up -d # Check if the operation was successful if [ $? -eq 0 ]; then