Compare commits
2 Commits
eceffadf1a
...
7fde570f87
Author | SHA1 | Date | |
---|---|---|---|
7fde570f87 | |||
f3b60f4c39 |
@ -1,7 +1,8 @@
|
|||||||
FROM python:3.11
|
FROM python:3.11-alpine
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11
|
FROM python:3.11-alpine
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user