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 d18ad34 commit 5fd121cCopy full SHA for 5fd121c
1 file changed
Dockerfile
@@ -3,3 +3,4 @@ RUN apt-get update && apt-get -y install apt-utils nano libyaml-dev
3
RUN docker-php-ext-install gettext
4
RUN pecl channel-update pecl.php.net && pecl install yaml-2.0.0 && docker-php-ext-enable yaml
5
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
6
+COPY ./ /var/www/html/
0 commit comments