security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.36k stars 117 forks source link

Remove backend URL from UI dockerfile #76

Closed darioalessandro closed 1 year ago

darioalessandro commented 1 year ago
  1. Right now the UI dockerfile has the backend endpoint harcoded.

This is bad because people will have to modify this image to change that value to host it elsewhere.

Screenshot 2023-06-19 at 2 44 38 PM

Modify the build process so that the UI App accepts the parameter at runtime, if this is impossible, then document this kink so that others are aware of it.

griffobeid commented 1 year ago

72