Actualiser dockerfile

This commit is contained in:
2025-05-15 19:38:40 +00:00
parent 69923a05ee
commit f2ea2d2956

View File

@@ -28,6 +28,7 @@ RUN sed -i "s/{{DOMAIN}}/${DOMAIN}/g" /etc/apache2/sites-available/${DOMAIN}.con
# Installer Hubzilla # Installer Hubzilla
WORKDIR /var/www/html WORKDIR /var/www/html
RUN rm -r /var/www/html/
RUN git clone https://framagit.org/hubzilla/core.git . && \ RUN git clone https://framagit.org/hubzilla/core.git . && \
util/add_addon_repo https://framagit.org/hubzilla/addons.git official && \ util/add_addon_repo https://framagit.org/hubzilla/addons.git official && \
mkdir -p store/[data]/smarty3 && \ mkdir -p store/[data]/smarty3 && \