You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,9 @@ if (has('MY_ENV')) {
95
95
96
96
```
97
97
98
-
Above is safe to just import into our bundled code.
98
+
Above is safe to import into our bundled code.
99
99
100
-
Important thing to understand is that natural point where building/generating `dist/preprocessed.js` have to happen is just before launching the app in the final environment (e.g. in the pod).
100
+
Important thing to understand is that natural point where building/generating `dist/preprocessed.js` have to happen is just before launching the app in the final environment (e.g. in the container or in the K8S pod).
101
101
102
102
Normally our pod will be defined with entrypoint in Dockerfile something like:
0 commit comments