Skip to content

Commit 8af71ba

Browse files
committed
format
1 parent 7f0eced commit 8af71ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)