Skip to content

Commit 35adf25

Browse files
committed
readme update
1 parent 6a3a0e1 commit 35adf25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ The GitHub build process is isolated from the local development environment, ens
4848

4949
### CircleCi Oddities
5050

51+
Checkout `.circleci/config.yml` to see how circleci is being run.
52+
5153
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.
5254
As such we copy the nginx file into the container after the build process and restart the nginx service.
5355

0 commit comments

Comments
 (0)