We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca7b547 commit 49d1398Copy full SHA for 49d1398
Dockerfile
@@ -2,7 +2,6 @@ FROM python:3.11-slim
2
3
WORKDIR /hs-api
4
COPY requirements-prod.txt .
5
-COPY requirements-prod.txt .
6
RUN pip install --no-cache-dir -r requirements-prod.txt
7
COPY . .
8
EXPOSE 8000
0 commit comments