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
- 2 stage build process
- changes needed after the PG-2.17 update and the changes to
how codemirror is included.
- update build instructions and other things in README.md
# If you have a local version of docker-compose.yml you should update it
22
+
# as necessary before running the next line. If not, copy the
23
+
# docker-compose.yml.dist to docker-compose.yml and edit as necessary.
33
24
34
-
A default configuration file is included in the container, but it can be overridden by mounting a replacement at the application root. This is necessary if, for example, you want to run the container in `production` mode.
25
+
docker-compose build --no-cache
26
+
27
+
# You now set the MOJO_MODE and mount locations in docker-compose.yml
0 commit comments