forked from libertytechforce/http2smtp
Merge pull request 'Fix the release Dockerfile by pointing to the correct PyPI index' (#2) from raoul/http2smtp:fix-release-docker into master
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
Reviewed-on: libertytechforce/http2smtp#2master
commit
afd12e25e6
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.11-alpine
|
||||
|
||||
RUN pip install --extra-index-url https://git.libertytechforce.com/api/packages/raoul/pypi/simple/ http2smtp uvicorn[standard]
|
||||
RUN pip install --extra-index-url https://git.libertytechforce.com/api/packages/libertytechforce/pypi/simple/ http2smtp uvicorn[standard]
|
||||
|
||||
EXPOSE 8000
|
||||
CMD ["uvicorn", "--host", "0.0.0.0", "--port", "8000", "--proxy-headers", "http2smtp.app:app"]
|
||||
|
|
Loading…
Reference in New Issue