Skip to content

Commit e3e3eca

Browse files
committed
update readme
1 parent eb14ffa commit e3e3eca

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# drupal-php
2-
Drupal PHP base image with some useful additions
1+
# Unic Drupal PHP Base
2+
3+
Drupal PHP base image with some useful additions.
4+
5+
## Versions
6+
7+
| PHP | Branch | Notes |
8+
|---|---|---|
9+
| 7.4 | main | _EOL_ |
10+
| 8.1 | release/8.1 | |
11+
| 8.2 | | tbd |
12+
13+
## Build
14+
### Local
15+
16+
You can use your local Docker daemon to build the image. There are no depencencies:
17+
18+
```bash
19+
docker build -t unicdocker/drupal-php:latest .
20+
```

0 commit comments

Comments
 (0)