mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-15 03:56:31 +00:00
5794cd86e1
Rather than having multiple Dockerfiles, switch to a single Dockerfile and a build arg.
6 lines
144 B
Bash
Executable File
6 lines
144 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export DOCKER_IMAGE="$1"
|
|
docker-compose -f docker-compose-test-s3.yml up \
|
|
--build --abort-on-container-exit --force-recreate
|