fix docker load command
This commit is contained in:
parent
43d19dbc4e
commit
ccc2729fd0
@ -21,7 +21,7 @@ fi
|
|||||||
|
|
||||||
# Load the Docker image
|
# Load the Docker image
|
||||||
echo "Loading Docker image from $INPUT_FILE..."
|
echo "Loading Docker image from $INPUT_FILE..."
|
||||||
docker load "$DOCKER_DIR/$INPUT_FILE"
|
docker load -i "$DOCKER_DIR/$INPUT_FILE"
|
||||||
|
|
||||||
# Check if the operation was successful
|
# Check if the operation was successful
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user