mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-19 02:29:19 -05:00
rename Dockerfile to match script name
This commit is contained in:
parent
40dcfe4d99
commit
d73a88ebbe
2 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ if [[ "$REBUILD" == "true" ]] || ! podman image exists "$FULL_IMAGE_NAME"; then
|
|||
podman build \
|
||||
--build-arg BASE_IMAGE="$BASE_IMAGE" \
|
||||
-t "$FULL_IMAGE_NAME" \
|
||||
-f scripts/Dockerfile.linux-tox .
|
||||
-f scripts/Dockerfile.linux-run .
|
||||
fi
|
||||
|
||||
echo "Running in container..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue