Skip to content

Commit

Permalink
use correct path to apache portal.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardriegler committed Oct 31, 2018
1 parent 3af202b commit 5a8e486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portal-files/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN chmod +x /usr/local/bin/*.sh
# Apache
RUN rm /etc/apache2/sites-enabled/000-default.conf
COPY portal-files/apache2/vhost.conf /etc/apache2/sites-enabled/000-default.conf
COPY portal-files/apache2/portal.conf /etc/apache2/
COPY portal-files/apache2/portal.conf /etc/apache2/sites-enabled/

# Create stdout pipe for Laravel log file
RUN rm -f /portal/storage/logs/laravel.log && \
Expand Down

0 comments on commit 5a8e486

Please sign in to comment.