fix to dockerfile

This commit is contained in:
wangobango 2021-12-01 14:38:00 +01:00
parent 1f6260c976
commit 522e3ad6ec

View File

@ -9,4 +9,4 @@ RUN bash setup_core.sh
RUN pip3 install -r requirements.txt RUN pip3 install -r requirements.txt
EXPOSE 5000/udp EXPOSE 5000/udp
EXPOSE 5000/tcp EXPOSE 5000/tcp
CMD ["python3 -m", "ayct-backend.app"] CMD ["python3","-m", "ayct_backend.app"]