Actualiser dockerfile
This commit is contained in:
@@ -29,8 +29,12 @@ RUN sed -i "s/{{DOMAIN}}/${DOMAIN}/g" /etc/apache2/sites-available/${DOMAIN}.con
|
||||
|
||||
# Installer Hubzilla
|
||||
WORKDIR /var/www/html
|
||||
RUN git clone https://framagit.org/hubzilla/core.git . && \
|
||||
RUN rm -rf /var/www/html/* && \
|
||||
git clone https://framagit.org/hubzilla/core.git . && \
|
||||
util/add_addon_repo https://framagit.org/hubzilla/addons.git official && \
|
||||
mkdir -p /var/www/html/store/[data]/smarty3 && \
|
||||
chown -R www-data:www-data /var/www/html/
|
||||
|
||||
|
||||
mkdir -p /var/www/html/store/[data]/smarty3 && chown -R www-data:www-data /var/www/html/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user