mirror of
https://github.com/ViViDboarder/docker-duplicity-cron.git
synced 2024-11-14 07:26:30 +00:00
7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#! /bin/bash
|
|
|
|
export DOCKERFILE=$1
|
|
|
|
docker-compose -f docker-compose-test-s3.yml up \
|
|
--build --abort-on-container-exit --force-recreate
|