Skip to content

Commit

Permalink
Release 2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjacksn committed Oct 21, 2022
1 parent b24f68e commit f8a04c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN /home/python/venv/bin/pip install --no-cache-dir --requirement /home/python/

ENTRYPOINT ["/home/python/venv/bin/python", "/home/python/groupmemail/run.py"]

ENV APP_VERSION="2022.1" \
ENV APP_VERSION="2022.2" \
PATH="/home/python/venv/bin:${PATH}" \
PYTHONDONTWRITEBYTECODE="1" \
PYTHONUNBUFFERED="1" \
Expand Down

0 comments on commit f8a04c4

Please sign in to comment.