This commit is contained in:
Hayden 2021-01-16 18:30:08 -09:00
commit 0fa5fdcd42

View file

@ -7,7 +7,8 @@ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-
cd /usr/local/bin && \ cd /usr/local/bin && \
ln -s /opt/poetry/bin/poetry && \ ln -s /opt/poetry/bin/poetry && \
poetry config virtualenvs.create false poetry config virtualenvs.create false
RUN mkdir /app/
COPY ./pyproject.toml ./app/poetry.lock* /app/ COPY ./pyproject.toml ./app/poetry.lock* /app/
WORKDIR /app WORKDIR /app