Fix port number
This commit is contained in:
parent
b3486bafc2
commit
2ab4c09aa4
@ -18,5 +18,5 @@ RUN apt-get update && apt-get install -y \
|
|||||||
RUN pip3 install boto3 prometheus_client pymongo==3.12.2 aiohttp jpeg2dct sanic==21.6.2 sanic_prometheus motor
|
RUN pip3 install boto3 prometheus_client pymongo==3.12.2 aiohttp jpeg2dct sanic==21.6.2 sanic_prometheus motor
|
||||||
COPY camdetect.py /app
|
COPY camdetect.py /app
|
||||||
ENTRYPOINT /app/camdetect.py
|
ENTRYPOINT /app/camdetect.py
|
||||||
EXPOSE 8000
|
EXPOSE 5000
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
|
Loading…
Reference in New Issue
Block a user