Skip to content

Commit

Permalink
Fix warnings from buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
NotActuallyTerry committed Aug 14, 2024
1 parent 8a96ca5 commit c0d6bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LABEL maintainer="GitHub Services <[email protected]>"

ARG TZ='UTC'

ENV DEFAULT_TZ ${TZ}
ENV DEFAULT_TZ=${TZ}

RUN apk add --no-cache \
libxml2-dev \
Expand All @@ -32,4 +32,4 @@ RUN pipenv install

COPY . /opt/github-team-sync

CMD pipenv run flask run
CMD ["pipenv", "run", "flask", "run"]

0 comments on commit c0d6bf0

Please sign in to comment.