diff --git a/Dockerfile b/Dockerfile index 0f634f1..2240da6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ LABEL maintainer="GitHub Services " ARG TZ='UTC' -ENV DEFAULT_TZ ${TZ} +ENV DEFAULT_TZ=${TZ} RUN apk add --no-cache \ libxml2-dev \ @@ -32,4 +32,4 @@ RUN pipenv install COPY . /opt/github-team-sync -CMD pipenv run flask run +CMD ["pipenv", "run", "flask", "run"]