Skip to content

Commit

Permalink
add CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Dec 4, 2023
1 parent 0e549bd commit 66c577b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . /app

RUN pip install .

CMD ["hypercorn", "-b", ":8080", "asgi:application"]

0 comments on commit 66c577b

Please sign in to comment.