Skip to content

Commit 6e13a28

Browse files
committed
magento
1 parent 06bdaaa commit 6e13a28

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/magento/.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ W9_MARIADB_VERSION=11.4
1818
W9_NETWORK=websoft9
1919
#### ----------------------------------------------------------------------------------------- ####
2020

21+
APACHE_DOCUMENT_ROOT=/var/www/html/pub

apps/magento/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ COPY src/extensions.ini /usr/local/bin/config.ini
2525
COPY src/apt_install.sh /usr/local/bin/apt_install.sh
2626
COPY src/php_install.sh /usr/local/bin/php_install.sh
2727
COPY 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

3030
RUN chmod +x /usr/local/bin/apt_install.sh
3131
RUN chmod +x /usr/local/bin/php_install.sh

0 commit comments

Comments
 (0)