Compare commits
2 commits
c25c8d28f3
...
c5b616d269
Author | SHA1 | Date | |
---|---|---|---|
c5b616d269 | |||
2926dd89a0 |
2 changed files with 4 additions and 2 deletions
|
@ -80,7 +80,8 @@ RUN set -ex; \
|
|||
tests \
|
||||
webserver-configs \
|
||||
user \
|
||||
;
|
||||
; \
|
||||
chown -R www-data:www-data /var/www;
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||
|
|
|
@ -80,7 +80,8 @@ RUN set -ex; \
|
|||
tests \
|
||||
webserver-configs \
|
||||
user \
|
||||
;
|
||||
; \
|
||||
chown -R www-data:www-data /var/www;
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue