We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e362640 + acec635 commit 1569ee6Copy full SHA for 1569ee6
README.md
@@ -161,6 +161,13 @@ openssl rsa -in private_key.pem -pubout -out public_key.pem
161
cp public_key.pem {path-to-your-opey-install}/
162
```
163
164
+# Building the frontend container
165
+
166
+As the frontend environment is read at build time, we need to reprocess the values
167
+at container runtime.
168
+This is done here: Dockerfiles/prestart.go
169
+overwriting the values set here: Dockerfiles/frontend_build.env
170
+Any newly introduced environment variables should be added to the prestart.go and frontend_build.env files accordingly.
171
# LICENSE
172
173
This project is licensed under the AGPL V3 (see NOTICE) and a commercial license from TESOBE.
0 commit comments