Skip to content

Commit f37a5dd

Browse files
committed
Reorganise files a little
1 parent 76a6097 commit f37a5dd

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -yq \
3131
&& rm -rf /var/lib/apt/lists/*
3232

3333
# Apache
34-
COPY vhost.conf /etc/apache2/sites-available/default.conf
34+
COPY assets/vhost.conf /etc/apache2/sites-available/default.conf
3535
RUN a2dissite 000-default \
3636
&& a2dissite default-ssl \
3737
&& rm \
@@ -47,7 +47,7 @@ RUN a2dissite 000-default \
4747
&& chown -R ${PHP_USER_NAME}: /etc/apache2 /var/lib/apache2 /var/log/apache2 /var/run/apache2 /var/lock/apache2 /var/cache/apache2
4848

4949
# PHP
50-
COPY php.ini /usr/local/etc/php/conf.d/php.ini
50+
COPY assets/php.ini /usr/local/etc/php/conf.d/php.ini
5151

5252
## Extensions
5353

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)