Changes to Docker to start server
This commit is contained in:
@@ -7,4 +7,8 @@ RUN mkdir /var/www/.composer \
|
||||
&& touch .composer.refresh \
|
||||
&& mv .env.example .env \
|
||||
&& FORCE_PERMS=1 /sbin/init \
|
||||
&& chmod +x /var/www/html/artisan /var/www/html/init-php.sh \
|
||||
&& touch .migrate \
|
||||
&& rm -rf /var/www/.composer/*
|
||||
|
||||
ENTRYPOINT [ "/var/www/html/init-php.sh" ]
|
||||
|
Reference in New Issue
Block a user