Skip to content

Commit

Permalink
Merge pull request #183 from DocShow-AI/dev
Browse files Browse the repository at this point in the history
remove unecessary cleanup
  • Loading branch information
liberty-rising authored Jan 9, 2024
2 parents eea58cf + 248ae95 commit 5db8da9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions backend/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ RUN apt-get update && \
apt-get install -y curl postgresql-client build-essential poppler-utils && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Cleanup
RUN apt-get remove -y gcc libffi-dev && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

EXPOSE 8000

Expand Down

0 comments on commit 5db8da9

Please sign in to comment.