This commit is contained in:
Kar
2025-06-15 23:09:55 +05:30
parent 5c5d1ada9a
commit 691507844b

View File

@@ -56,8 +56,8 @@ RUN pip3 install flask flask-cors
COPY app.py .
# Verify files exist
RUN ls -lh main models/ggml-tiny.en.bin
#RUN ls -lh main models/ggml-tiny.en.bin
EXPOSE 5000
EXPOSE 4002
CMD ["python3", "app.py"]