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 097c1b6 commit 32ea36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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 32ea36f

Please sign in to comment.