Compare commits

..

No commits in common. "7fde570f872ded7ce6a06e5508b975b8697b2554" and "eceffadf1aef64a77dd92cfbd942c4eca9d3c102" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
FROM python:3.11-alpine FROM python:3.11
WORKDIR /app WORKDIR /app
ADD . /app ADD . /app
RUN apk add git
RUN pip install -e . RUN pip install -e .
RUN pip install hypercorn RUN pip install hypercorn

View File

@ -1,4 +1,4 @@
FROM python:3.11-alpine FROM python:3.11
RUN pip install --extra-index-url https://git.snyman.info/api/packages/raoul/pypi/simple/ CodeSmidgen hypercorn RUN pip install --extra-index-url https://git.snyman.info/api/packages/raoul/pypi/simple/ CodeSmidgen hypercorn