Skip to content

Commit 3a1503f

Browse files
committed
Merge branch 'develop'
2 parents f982e19 + 482ee02 commit 3a1503f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note that the `php-5-6-apache` is the Docker Compose Service to ***Build***.
3535
There is a build script included that uses the local `.env` file & an [Evil Wizard Creations Protocol](https://bitbucket.org/evilwizardcreations/ewc-protocols) that makes this much simpler.
3636

3737
```bash
38-
build-up-php-7.2-fpm.sh
38+
build-up-php-5-6-apache.sh
3939
```
4040

4141
Alternatively there is the *full Procedure*.
@@ -56,7 +56,6 @@ Alternatively there is the *full Procedure*.
5656

5757
Build the ***Docker Image*** without using ***cached*** versions of previous image build stages.
5858

59-
6059
```bash
6160
sudo docker build \
6261
-f php-5-6-apache.Dockerfile \

php-5-6-apache.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV NPM_VERSION=$NPM_VERSION
1010
# copy the specific Composer PHAR version from the Composer image into the PHP image
1111
COPY --from=composer:1.7.1 /usr/bin/composer /usr/bin/composer
1212

13-
# The apt-get sources for this are so old it has been archived & needs chainging
13+
# The apt-get sources for this are so old it has been archived & needs changing
1414
COPY ./build-assets/etc/apt/sources.list /etc/apt/sources.list
1515

1616
# The pecl is so old it needs the local offline install now
@@ -62,7 +62,7 @@ ENV NPM_VERSION=$NPM_VERSION
6262
# copy the specific Composer PHAR version from the Composer image into the PHP image
6363
COPY --from=composer:1.7.1 /usr/bin/composer /usr/bin/composer
6464

65-
# The apt-get sources for this are so old it has been archived & needs chainging
65+
# The apt-get sources for this are so old it has been archived & needs changing
6666
COPY ./build-assets/etc/apt/sources.list /etc/apt/sources.list
6767

6868
# The pecl is so old it needs the local offline install now

0 commit comments

Comments
 (0)