From 8006b0fd4638887a15f1cf84418b740bb4c2d611 Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Mon, 26 Oct 2020 19:16:12 +0400 Subject: [PATCH] correct entrypoint script --- entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry.sh b/entry.sh index 795e273..40a5c3f 100644 --- a/entry.sh +++ b/entry.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!bin/sh echo "Starting container ..." echo "Setup check cron job with cron expression CHECK_CRON: ${CHECK_CRON}"