@ -2,6 +2,7 @@
FROM python:3.9
WORKDIR /app
COPY . .
RUN rm -rf /app/models
RUN pip install -r requirements.txt
EXPOSE 8000
CMD ["python", "test_consumer.py"]
@ -2,5 +2,6 @@
CMD ["python", "test_producer.py"]