Browse Source

fix default apache site not being removed

pull/7/head
Mar Alegre 3 years ago
parent
commit
d5333a311a
  1. 5
      startpage/Containerfile

5
startpage/Containerfile

@ -36,9 +36,8 @@ RUN usermod --uid $FILESUID www-data && \
RUN a2enmod php${PHPV:?}
# copy site config
COPY assets/site.conf /etc/apache2/sites-available/
WORKDIR /etc/apache2/sites-enabled
RUN rm 000-default.conf && ln -s ../sites-available/site.conf
COPY assets/site.conf /etc/apache2/sites-available/startpage.conf
RUN a2dissite 000-default && a2ensite startpage
###
### browserStartpage

Loading…
Cancel
Save