up
This commit is contained in:
+3
-2
@@ -65,9 +65,10 @@ RUN mkdir -p bootstrap/cache storage/framework/views storage/framework/cache sto
|
||||
|
||||
COPY docker/nginx.conf /etc/nginx/http.d/default.conf
|
||||
COPY docker/supervisord.conf /etc/supervisor.conf
|
||||
COPY docker/www.conf /usr/local/etc/php-fpm.d/www.conf
|
||||
|
||||
RUN echo "* * * * * php /app/artisan schedule:run >> /dev/null 2>&1" > /etc/crontabs/www-data
|
||||
RUN php-fpm -t \
|
||||
&& nginx -t \
|
||||
&& echo "* * * * * php /app/artisan schedule:run >> /dev/null 2>&1" > /etc/crontabs/www-data
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
||||
Reference in New Issue
Block a user