diff --git a/apps/api/Dockerfile b/apps/api/Dockerfile index 717540f..5caba5e 100644 --- a/apps/api/Dockerfile +++ b/apps/api/Dockerfile @@ -7,7 +7,7 @@ ENV PYTHONUNBUFFERED=1 COPY app/ ./app/ COPY pyproject.toml ./ -RUN pip install --no-cache-dir -e ".[dev]" +RUN pip install --no-cache-dir -e "." EXPOSE 8000