File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,4 @@ W9_MARIADB_VERSION=11.4
1818W9_NETWORK = websoft9
1919# ### ----------------------------------------------------------------------------------------- ####
2020
21+ APACHE_DOCUMENT_ROOT = /var/www/html/pub
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ COPY src/extensions.ini /usr/local/bin/config.ini
2525COPY src/apt_install.sh /usr/local/bin/apt_install.sh
2626COPY src/php_install.sh /usr/local/bin/php_install.sh
2727COPY src/magento_init.sh /usr/local/bin/magento_init.sh
28- COPY src/000-default.conf /etc/apache2/sites-available/000-default.conf
28+ # COPY src/000-default.conf /etc/apache2/sites-available/000-default.conf
2929
3030RUN chmod +x /usr/local/bin/apt_install.sh
3131RUN chmod +x /usr/local/bin/php_install.sh
You can’t perform that action at this time.
0 commit comments