Severian commited on
Commit
1f76095
·
verified ·
1 Parent(s): 4e4e60f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir "poetry==${POETRY_VERSION}" && \
27
  rm -rf /var/lib/apt/lists/*
28
 
29
  # Copy application code
30
- COPY --chown=user api /app/api
31
  WORKDIR /app/api
32
 
33
  # Install Python dependencies
 
27
  rm -rf /var/lib/apt/lists/*
28
 
29
  # Copy application code
30
+ COPY . /app/api
31
  WORKDIR /app/api
32
 
33
  # Install Python dependencies