From 8bc9db7c1039e3c7cab4b68375e3cc6ed8a762d2 Mon Sep 17 00:00:00 2001 From: "andy.pan" Date: Tue, 24 Sep 2019 14:51:57 +0800 Subject: [PATCH] hotfix: wrong command line --- Dockerfile | 2 -- README.md | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 86157a8..025725e 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM 1and1internet/ubuntu-16-apache-php-7.2 -MAINTAINER andy.pan - # install phpredis function RUN apt-get update && \ apt-get install -y software-properties-common && \ diff --git a/README.md b/README.md index 9452a6d..331f887 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Docker-phpDevEnv +# Docker-AMPR Example for Apache+Mysql+PHP+Redis run on docker ## How to use @@ -36,7 +36,7 @@ Example for Apache+Mysql+PHP+Redis run on docker 2. init composer ```bash - $ make exec + $ composer init -q ``` 3. request laravel