fix to dockerfile
This commit is contained in:
parent
1f6260c976
commit
522e3ad6ec
@ -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"]
|
Loading…
Reference in New Issue
Block a user