Skip to content

Commit

Permalink
fix: remove duplicate line in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vugonz committed Nov 14, 2024
1 parent ca7b547 commit 49d1398
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ FROM python:3.11-slim

WORKDIR /hs-api
COPY requirements-prod.txt .
COPY requirements-prod.txt .
RUN pip install --no-cache-dir -r requirements-prod.txt
COPY . .
EXPOSE 8000
Expand Down

0 comments on commit 49d1398

Please sign in to comment.