Skip to content

Commit

Permalink
Update to version 2020.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Jan 6, 2020
1 parent a74c03f commit 2d341ac
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 @@ -11,11 +11,11 @@ ENTRYPOINT ["/usr/local/bin/python"]
CMD ["/groupmemail/run.py"]
HEALTHCHECK CMD ["/groupmemail/docker-healthcheck.sh"]

ENV APP_VERSION="3.2.2" \
ENV APP_VERSION="2020.1" \
PYTHONUNBUFFERED="1"

LABEL org.opencontainers.image.authors="William Jackson <[email protected]>" \
org.opencontainers.image.version=${APP_VERSION}
org.opencontainers.image.version="${APP_VERSION}"

COPY . /groupmemail
RUN chmod +x /groupmemail/docker-healthcheck.sh

0 comments on commit 2d341ac

Please sign in to comment.