From 4517dc7543044942a3c7e4e4ef40879fda97d17b Mon Sep 17 00:00:00 2001 From: Rob Harrison Date: Fri, 28 Jun 2019 13:56:34 +0100 Subject: [PATCH] Changed spacing to test if build is named correctly --- postgres-backup-s3/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres-backup-s3/Dockerfile b/postgres-backup-s3/Dockerfile index 54fa911..6b36018 100644 --- a/postgres-backup-s3/Dockerfile +++ b/postgres-backup-s3/Dockerfile @@ -25,4 +25,5 @@ ADD backup.sh backup.sh ADD integration-tests.sh integration-tests.sh ADD config/sample_sql_file.sql sample_sql_file.sql + CMD ["sh", "run.sh"]