Skip to content

Commit 25c2768

Browse files
author
Marius van Zundert
committed
Apache should just go to /var/www not /var/www/public when supporting multiple projects
1 parent 1d918a7 commit 25c2768

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apache2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ARG PHP_SOCKET=php-fpm:9000
66

77
ENV WEB_PHP_SOCKET=$PHP_SOCKET
88

9-
ENV WEB_DOCUMENT_ROOT=/var/www/public
9+
ENV WEB_DOCUMENT_ROOT=/var/www/
1010

1111
EXPOSE 80 443
1212

13-
WORKDIR /var/www/public
13+
WORKDIR /var/www/
1414

1515
ENTRYPOINT ["/opt/docker/bin/entrypoint.sh"]
1616

0 commit comments

Comments
 (0)