diff --git a/web_application/Dockerfile b/web_application/Dockerfile index 1be33f2..cb93019 100644 --- a/web_application/Dockerfile +++ b/web_application/Dockerfile @@ -35,12 +35,10 @@ RUN pip install --no-cache -e . # Go back to the original working directory WORKDIR /app -RUN ls # RUN rm -r ultralytics # Copy the contents of the current directory to the Docker container COPY /web_application /app -RUN ls EXPOSE 8501