Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuhtz committed Jul 16, 2024
1 parent 32ea36f commit 7301cc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ COPY requirements.txt .

RUN pip3 install --no-cache-dir --root-user-action ignore -r requirements.txt

FROM stage-1 AS stage-2

COPY . .

ENTRYPOINT [ "python", "api.py" ]

0 comments on commit 7301cc9

Please sign in to comment.