diff --git a/Dockerfile b/Dockerfile index 7e238a9..5d080d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN bash setup_core.sh RUN pip3 install -r requirements.txt EXPOSE 5000/udp EXPOSE 5000/tcp -CMD ["python3 -m", "ayct-backend.app"] \ No newline at end of file +CMD ["python3","-m", "ayct_backend.app"] \ No newline at end of file