diff --git a/examples/chatbot-audio-recording/Dockerfile b/examples/chatbot-audio-recording/Dockerfile index 704080eec..419adca34 100644 --- a/examples/chatbot-audio-recording/Dockerfile +++ b/examples/chatbot-audio-recording/Dockerfile @@ -5,12 +5,11 @@ RUN mkdir /app/assets RUN mkdir /app/utils COPY *.py /app/ COPY requirements.txt /app/ -copy assets/* /app/assets/ -copy utils/* /app/utils/ + WORKDIR /app RUN pip3 install -r requirements.txt EXPOSE 7860 -CMD ["python3", "server.py"] \ No newline at end of file +CMD ["python3", "server.py"]