Merge pull request 'Use Alpine images to reduce image size' (#13) from use-alpine-images into master
Reviewed-on: #13
This commit is contained in:
commit
7fde570f87
@ -1,7 +1,8 @@
|
||||
FROM python:3.11
|
||||
FROM python:3.11-alpine
|
||||
|
||||
WORKDIR /app
|
||||
ADD . /app
|
||||
RUN apk add git
|
||||
RUN pip install -e .
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user