Skip to content

Commit

Permalink
Remove unneccesary lines from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
navin772 committed Aug 31, 2023
1 parent 89a9e85 commit 3967b66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web_application/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3967b66

Please sign in to comment.