Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
andypanOwlting committed Sep 24, 2019
2 parents 5787744 + 8bc9db7 commit a4683b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Docker-phpDevEnv
# Docker-AMPR
Example for Apache+Mysql+PHP+Redis run on docker

## How to use
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a4683b6

Please sign in to comment.