interfacerproject / interfacer-gui

Evolution of Zenflow-gui for Interfacer project
6 stars 6 forks source link

fix: 🐛 Remove ENV from Dockerfile #689

Closed albertolerda closed 1 year ago

albertolerda commented 1 year ago

It looks like all ENV vars inside the Dockerfile are hardcoded in the resulting js files. The solution is either to try to remove them or to put all variables after next build, we have chosen the first path.