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 13, 2024
1 parent 16f3d16 commit 5b4af7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/VideoProcessor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class VideoProcessor extends React.Component {
this.host_backend = process.env.HOST_BACKEND;
this.port_backend = process.env.PORT_BACKEND;
} else {
this.host_backend = "drone-ai-backend";
this.host_backend = "176.123.165.59";
this.port_backend = "8000"
}

Expand Down

0 comments on commit 5b4af7a

Please sign in to comment.