This commit is contained in:
Adil Hafeez 2024-10-28 23:30:09 -07:00
parent 13429e4465
commit fb476d37d5
5 changed files with 76 additions and 67 deletions

View file

@ -13,6 +13,6 @@ FROM python:3.10-slim AS output
COPY --from=builder /runtime /usr/local
WORKDIR /app
COPY /run_stream.py .
COPY *.py .
CMD ["python", "run_stream.py"]