File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ Apache # → Root of Docker Build
3333│ ├── sample.conf # → located within `/data/apache2/sites-enabled` duplicate / modify to host others domains
3434│ └── supervisord # → Supervisor is a client / server system which monitors and controls a number of processes on UNIX-like operating systems
3535├── .env.example # → Rename file to `.env` for local environment variables used within build
36- ├── .circleci/ # → CircleCI 2.0
37- │ └── config.yml # → CircleCI Config
36+ ├── .circleci/
37+ │ └── config.yml # → CircleCI 2.0 Config
3838├── docker-compose.local.yml # → Dev build
3939├── docker-compose.yml # → Production build
4040├── Dockerfile # → Uses a basefile build to help speed up the docker container build process
You can’t perform that action at this time.
0 commit comments