Skip to content

Commit 5fd121c

Browse files
committed
Add COPY to dockerfile
1 parent d18ad34 commit 5fd121c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ RUN apt-get update && apt-get -y install apt-utils nano libyaml-dev
33
RUN docker-php-ext-install gettext
44
RUN pecl channel-update pecl.php.net && pecl install yaml-2.0.0 && docker-php-ext-enable yaml
55
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
6+
COPY ./ /var/www/html/

0 commit comments

Comments
 (0)