Compare commits
No commits in common. "7fde570f872ded7ce6a06e5508b975b8697b2554" and "eceffadf1aef64a77dd92cfbd942c4eca9d3c102" have entirely different histories.
7fde570f87
...
eceffadf1a
@ -1,8 +1,7 @@
|
||||
FROM python:3.11-alpine
|
||||
FROM python:3.11
|
||||
|
||||
WORKDIR /app
|
||||
ADD . /app
|
||||
RUN apk add git
|
||||
RUN pip install -e .
|
||||
RUN pip install hypercorn
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user