Skip to content

Commit

Permalink
Update Dockerfile for frontend/backend
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejcyrkunov committed Oct 12, 2024
1 parent 8461733 commit 5d9e396
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ RUN apt-get update && apt-get install -y \
libssl-dev \
libffi-dev \
python3-dev \
libgl1-mesa-glx \
libglu1-mesa \
libglib2.0-0
&& apt-get clean
# RUN pip install --no-cache-dir --upgrade pip

RUN apt-get update && apt-get install -y libgl1-mesa-glx libglu1-mesa libglib2.0-0
RUN pip install --no-cache-dir --upgrade pip


WORKDIR /drone-ai-backend

Expand Down
1 change: 0 additions & 1 deletion frontend/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ function App() {
}

export default App;

0 comments on commit 5d9e396

Please sign in to comment.