Compare commits

...

3 Commits

Author SHA1 Message Date
92991d63dc
chore: scream 2021-06-06 20:04:41 +02:00
5a6da280c9
chore: yell at argparse 2021-06-06 20:01:04 +02:00
d59b224ea9
chore: listen on all ips on port 80 2021-06-06 19:57:51 +02:00

View File

@ -7,4 +7,4 @@ RUN apk add --no-cache build-base openldap-dev python2-dev python3-dev
RUN pip install --no-cache-dir -r requirements.txt
COPY ./src ./src
CMD ["/usr/local/bin/uvicorn", "src.main:app"]
CMD ["/usr/local/bin/uvicorn", "--host", "::", "--port", "8080", "src.main:app"]