From 61fc7ebdfbf780886d665103b9e14afbfb143061 Mon Sep 17 00:00:00 2001 From: lmc999 <39726914+lmc999@users.noreply.github.com> Date: Fri, 16 Jul 2021 21:40:06 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1540672b..8c62fdda 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ FROM python:2.7-alpine COPY --from=builder /go/src/RegionRestrictionCheck/RegionRestrictionCheck /check RUN chmod +x /check && \ apk add --no-cache curl wget bash -ENTRYPOINT ["/check"] +ENTRYPOINT ["/bin/bash", "-l", "-c", "/check.sh"]