We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a6097 commit f37a5ddCopy full SHA for f37a5dd
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -yq \
31
&& rm -rf /var/lib/apt/lists/*
32
33
# Apache
34
-COPY vhost.conf /etc/apache2/sites-available/default.conf
+COPY assets/vhost.conf /etc/apache2/sites-available/default.conf
35
RUN a2dissite 000-default \
36
&& a2dissite default-ssl \
37
&& rm \
@@ -47,7 +47,7 @@ RUN a2dissite 000-default \
47
&& chown -R ${PHP_USER_NAME}: /etc/apache2 /var/lib/apache2 /var/log/apache2 /var/run/apache2 /var/lock/apache2 /var/cache/apache2
48
49
# PHP
50
-COPY php.ini /usr/local/etc/php/conf.d/php.ini
+COPY assets/php.ini /usr/local/etc/php/conf.d/php.ini
51
52
## Extensions
53
php.ini renamed to assets/php.ini
vhost.conf renamed to assets/vhost.conf
0 commit comments