Severian commited on
Commit
c3cb7f0
·
verified ·
1 Parent(s): 41019e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y \
31
  RUN pip install poetry==1.8.4
32
 
33
  # Copy dependency files
34
- COPY api/pyproject.toml api/poetry.lock ./
35
 
36
  # Install dependencies
37
  RUN poetry install --no-dev --no-root
 
31
  RUN pip install poetry==1.8.4
32
 
33
  # Copy dependency files
34
+ COPY pyproject.toml poetry.lock ./
35
 
36
  # Install dependencies
37
  RUN poetry install --no-dev --no-root