Perunio commited on
Commit
d070ff1
·
1 Parent(s): 1bc8ad2

dockerfile fix

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ COPY pyproject.toml /app
7
 
8
  RUN pip install --no-cache-dir poetry
9
 
 
10
  RUN poetry install --no-root
11
 
12
  EXPOSE 7860
 
7
 
8
  RUN pip install --no-cache-dir poetry
9
 
10
+ ENV POETRY_VIRTUALENVS_IN_PROJECT=true
11
  RUN poetry install --no-root
12
 
13
  EXPOSE 7860