network
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ RUN chmod 777 -R storage bootstrap/cache
|
|||||||
|
|
||||||
RUN chmod -R ugo+rw storage
|
RUN chmod -R ugo+rw storage
|
||||||
|
|
||||||
RUN php artisan migrate
|
# RUN php artisan migrate
|
||||||
|
|
||||||
# CMD [ "chmod -R ugo+rw storage" ]
|
# CMD [ "chmod -R ugo+rw storage" ]
|
||||||
|
|
||||||
|
|||||||
@@ -13,6 +13,7 @@ services:
|
|||||||
working_dir: /var/www/
|
working_dir: /var/www/
|
||||||
depends_on :
|
depends_on :
|
||||||
- database
|
- database
|
||||||
|
- networks
|
||||||
networks:
|
networks:
|
||||||
- demo
|
- demo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user