aboutsummaryrefslogtreecommitdiff
path: root/docker/lamp-php7.Dockerfile
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2021-09-06 10:27:36 +1000
committerYuchen Pei <hi@ypei.me>2021-09-08 23:11:02 +1000
commit06934eb28d86775cf1472c9a83cfce80e71597d8 (patch)
tree5e81ebdc9760a644aae359865bf862fd93962d21 /docker/lamp-php7.Dockerfile
parent6995bcca056862e52d1167d6ee7e67d73a2bdd95 (diff)
Adding lamp-php7 docker command.
- Tested locally. The website up and running. - Also updated the readme script to run either php5 or php7.
Diffstat (limited to 'docker/lamp-php7.Dockerfile')
-rw-r--r--docker/lamp-php7.Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/lamp-php7.Dockerfile b/docker/lamp-php7.Dockerfile
new file mode 100644
index 0000000..4dc7b50
--- /dev/null
+++ b/docker/lamp-php7.Dockerfile
@@ -0,0 +1,3 @@
+FROM mattrayner/lamp:latest-1804
+
+CMD ["/run.sh"] \ No newline at end of file