From 2264435ee4d43e8f9ede46845fe38b1c42ffe2a1 Mon Sep 17 00:00:00 2001 From: perlinvoice Date: Thu, 7 Jun 2018 14:30:42 +0000 Subject: [PATCH] Update Dockerfile Add -env aws to the entrypoint --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6af8ffc..a44d1cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN apk update && apk add --no-cache grep sshpass curl bash \ && pip install -r requirements.txt \ && pip install awscli --ignore-installed six -ENTRYPOINT ["python", "/app/cs.py"] +ENTRYPOINT ["python", "/app/cs.py", "-env", "aws"]