build(1.0-rc10): remove layer

This commit is contained in:
2023-02-03 13:12:34 +01:00
parent aee31cc4c2
commit b49d837097
2 changed files with 4 additions and 4 deletions

View File

@@ -20,8 +20,8 @@ RUN sed -ri -e 's!/var/www/html!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/sites-av
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
RUN curl -L "$FLYSPRAY_SRC" | tar zxf - --strip-components=1
RUN chown www-data:www-data -R "$FLYSPRAY"
RUN curl -L "$FLYSPRAY_SRC" | tar zxf - --strip-components=1 && \
chown www-data:www-data -R "$FLYSPRAY"
VOLUME $FLYSPRAY/attachments, $FLYSPRAY/avatars
EXPOSE 80 443

View File

@@ -20,8 +20,8 @@ RUN sed -ri -e 's!/var/www/html!${APACHE_DOCUMENT_ROOT}!g' /etc/apache2/sites-av
RUN mv "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"
RUN curl -L "$FLYSPRAY_SRC" | tar zxf - --strip-components=1
RUN chown www-data:www-data -R "$FLYSPRAY"
RUN curl -L "$FLYSPRAY_SRC" | tar zxf - --strip-components=1 && \
chown www-data:www-data -R "$FLYSPRAY"
VOLUME $FLYSPRAY/attachments, $FLYSPRAY/avatars
EXPOSE 80 443