build: remove hanging comment in Dockerfile

This commit is contained in:
Price Hiller 2023-01-27 13:52:40 -06:00
parent 8e4360d66b
commit 2574204481

View File

@ -20,10 +20,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
RUN pip install "poetry==$POETRY_VERSION"
COPY pyproject.toml poetry.lock ./
# if your project is stored in src, uncomment line below
# COPY src ./src
# or this if your file is stored in $PROJECT_NAME, assuming `myproject`
# COPY myproject ./myproject
RUN <<__EOR__
poetry config virtualenvs.in-project true
poetry install --only=main --no-root --no-ansi --no-interaction