Lazar Radojevic commited on
Commit
5a2430a
·
1 Parent(s): 268c7f9

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN pip install poetry
11
  COPY pyproject.toml poetry.lock ./
12
 
13
  # Install dependencies using Poetry
14
- RUN poetry config virtualenvs.create false && poetry install --only=main
15
 
16
  # Copy the rest of the application code to the working directory
17
  COPY . .
 
11
  COPY pyproject.toml poetry.lock ./
12
 
13
  # Install dependencies using Poetry
14
+ RUN poetry install
15
 
16
  # Copy the rest of the application code to the working directory
17
  COPY . .