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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ The GitHub build process is isolated from the local development environment, ens
48
48
49
49
### CircleCi Oddities
50
50
51
+
Checkout `.circleci/config.yml` to see how circleci is being run.
52
+
51
53
You'll notice that the build_github.sh script does not share volumes to inject the default.conf into nginx. This is because circleci does not allow volume sharing between the host and the docker executor. This is a limitation of the circleci platform, and not a limitation of docker.
52
54
As such we copy the nginx file into the container after the build process and restart the nginx service.
0 commit comments