Compare commits
No commits in common. "bf20fd1a762ac983f3a45bab8302fd212791960a" and "7fde570f872ded7ce6a06e5508b975b8697b2554" have entirely different histories.
bf20fd1a76
...
7fde570f87
@ -7,4 +7,4 @@ RUN pip install -e .
|
||||
RUN pip install hypercorn
|
||||
|
||||
EXPOSE 8000
|
||||
CMD ["hypercorn", "--bind", "0.0.0.0:8000", "codesmidgen.app:application"]
|
||||
CMD ["hypercorn", "codesmidgen.app:application"]
|
||||
|
@ -3,4 +3,4 @@ FROM python:3.11-alpine
|
||||
RUN pip install --extra-index-url https://git.snyman.info/api/packages/raoul/pypi/simple/ CodeSmidgen hypercorn
|
||||
|
||||
EXPOSE 8000
|
||||
CMD ["hypercorn", "--bind", "0.0.0.0:8000", "codesmidgen.app:application"]
|
||||
CMD ["hypercorn", "codesmidgen.app:application"]
|
||||
|
Loading…
Reference in New Issue
Block a user