Skip to content

Commit 1ebe534

Browse files
committed
added unzip to build & build script with readme
1 parent b6d1c42 commit 1ebe534

File tree

4 files changed

+344
-432
lines changed

4 files changed

+344
-432
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Other Packages Included:
1212
- libzip-dev
1313
- libyaml-dev
1414
- zip
15+
- unzip
1516
- git
1617
- nodejs
1718
- default-mysql-client

build-web.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
# USAGE:
3+
# build-web.sh
4+
#
5+
# NOTE:
6+
# Rebuild the Web Docker image composition.
7+
8+
docker-compose build --no-cache php-5-6-web-server \
9+
&& docker-compose up -d

0 commit comments

Comments
 (0)