bump console to v0.0.5 for firefox patches

This commit is contained in:
Ronald A. Richardson
2023-06-07 21:22:08 +08:00
parent acf3c66c9f
commit 80774383bc
2 changed files with 4 additions and 1 deletions

Submodule console updated: e42893e2dd...94908df630

View File

@@ -38,6 +38,9 @@ WORKDIR /var/www/html/api
# Copy application files
COPY --chown=www-data:www-data api ./
RUN chown -R www-data:www-data /var/www/html/api
RUN chown -R www-data:www-data /var/www/html/api/bootstrap/cache
RUN chmod -R 755 /var/www/html/api/storage
RUN chmod -R 755 /var/www/html/api/bootstrap/cache
USER www-data
# Install Composer dependencies