|
@@ -5,6 +5,7 @@ COPY . /var/www
|
|
WORKDIR /var/www
|
|
WORKDIR /var/www
|
|
|
|
|
|
RUN cp config/.config.example.php config/.config.php && \
|
|
RUN cp config/.config.example.php config/.config.php && \
|
|
|
|
+ cp config/appprofile.example.php config/appprofile.php && \
|
|
chmod -R 755 storage && \
|
|
chmod -R 755 storage && \
|
|
chmod -R 777 /var/www/storage/framework/smarty/compile/ && \
|
|
chmod -R 777 /var/www/storage/framework/smarty/compile/ && \
|
|
curl -SL https://getcomposer.org/installer -o composer-setup.php && \
|
|
curl -SL https://getcomposer.org/installer -o composer-setup.php && \
|
|
@@ -23,4 +24,4 @@ RUN cp config/.config.example.php config/.config.php && \
|
|
echo 'autorestart=true'; \
|
|
echo 'autorestart=true'; \
|
|
echo 'killasgroup=true'; \
|
|
echo 'killasgroup=true'; \
|
|
echo 'stopasgroup=true'; \
|
|
echo 'stopasgroup=true'; \
|
|
- } | tee /etc/supervisor/crond.conf
|
|
|
|
|
|
+ } | tee /etc/supervisor/crond.conf
|