Skip to content

Commit 1569ee6

Browse files
authored
Merge pull request #94 from tawoe/readme2
explaim frontend container builing
2 parents e362640 + acec635 commit 1569ee6

File tree

2 files changed

+7
-5847
lines changed

2 files changed

+7
-5847
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,13 @@ openssl rsa -in private_key.pem -pubout -out public_key.pem
161161
cp public_key.pem {path-to-your-opey-install}/
162162
```
163163

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.
164171
# LICENSE
165172

166173
This project is licensed under the AGPL V3 (see NOTICE) and a commercial license from TESOBE.

0 commit comments

Comments
 (0)