Skip to content

Commit 49d1398

Browse files
committed
fix: remove duplicate line in Dockerfile
1 parent ca7b547 commit 49d1398

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM python:3.11-slim
22

33
WORKDIR /hs-api
44
COPY requirements-prod.txt .
5-
COPY requirements-prod.txt .
65
RUN pip install --no-cache-dir -r requirements-prod.txt
76
COPY . .
87
EXPOSE 8000

0 commit comments

Comments
 (0)