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"]