File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,13 @@ RUN composer-dump-autoload -d /var/www
53
53
54
54
FROM lslio/nginx-php-fpm
55
55
56
+ # Install extra modules (if you need them)
57
+ # RUN apk add --no-cache --update -X 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' php7-msgpack php7-gearman
58
+
56
59
ENV SERVER_NAME=example.com
57
60
ENV SERVER_ALIAS=www.example.com
58
61
ENV SERVER_ROOT=/var/www
59
62
60
- # Install extra modules (if you need them)
61
- # RUN apk add --no-cache --update -X 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' php7-msgpack php7-gearman
62
-
63
63
COPY --from=composer --chown=www-data:www-data /var/www /var/www
64
64
```
65
65
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ RUN composer-dump-autoload -d /var/www
8
8
9
9
FROM lslio/nginx-php-fpm
10
10
11
+ # Install extra modules (if you need them)
12
+ # RUN apk add --no-cache --update -X 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' php7-msgpack php7-gearman
13
+
11
14
ENV SERVER_NAME=example.com
12
15
ENV SERVER_ALIAS=www.example.com
13
16
ENV SERVER_ROOT=/var/www
14
17
15
- # Install extra modules (if you need them)
16
- # RUN apk add --no-cache --update -X 'http://dl-cdn.alpinelinux.org/alpine/edge/testing' php7-msgpack php7-gearman
17
-
18
18
COPY --from=composer --chown=www-data:www-data /var/www /var/www
You can’t perform that action at this time.
0 commit comments