updated
This commit is contained in:
@@ -3,7 +3,6 @@ FROM php:5.6-fpm-alpine
|
||||
|
||||
# Install system dependencies and PHP extensions
|
||||
RUN apk --update --no-cache add \
|
||||
php5.6-fpm \
|
||||
nginx \
|
||||
libpng-dev \
|
||||
libjpeg-turbo-dev \
|
||||
@@ -43,4 +42,4 @@ EXPOSE 80
|
||||
EXPOSE 9001
|
||||
|
||||
# Start PHP-FPM
|
||||
CMD service php5.6-fpm start && nginx -g "daemon off;"
|
||||
CMD php-fpm start && nginx -g "daemon off;"
|
||||
|
||||
Reference in New Issue
Block a user