Fix linter issues
This commit is contained in:
parent
74e4b901bb
commit
1a10a563e2
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RUN pip install poetry
|
||||||
RUN poetry config virtualenvs.create false
|
RUN poetry config virtualenvs.create false
|
||||||
|
|
||||||
# Install the dependencies
|
# Install the dependencies
|
||||||
RUN poetry install --all-extras --no-root --no-dev
|
RUN poetry install --all-extras --no-root --without dev
|
||||||
|
|
||||||
|
|
||||||
# Set the PYTHONPATH environment variable to include the /app directory
|
# Set the PYTHONPATH environment variable to include the /app directory
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue