Remove POETRY_HOME

This commit is contained in:
Jake Howard 2022-08-27 15:11:18 +01:00
parent 28f44af7d3
commit 6c19835cac
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ WORKDIR /app
RUN wget https://github.com/aptible/supercronic/releases/download/v0.2.1/supercronic-linux-amd64 -O /usr/local/bin/supercronic && chmod +x /usr/local/bin/supercronic
ENV PATH=${POETRY_HOME}/bin:$VIRTUAL_ENV/bin:$PATH \
ENV PATH=$VIRTUAL_ENV/bin:$PATH \
PYTHONUNBUFFERED=1
EXPOSE 8000