mirror of
https://github.com/daledavies/jump.git
synced 2026-05-07 04:57:34 +02:00
Remove need for application cache directory after changes to icon cache
This commit is contained in:
@@ -56,8 +56,8 @@ COPY docker/xdebug.ini /etc/php81/conf.d/50_xdebug.ini
|
||||
COPY docker/entrypoint.sh /usr/local/bin/
|
||||
|
||||
# Create the cache directories and change owner of everything we need.
|
||||
RUN mkdir -p /var/www/cache/application \
|
||||
&& chown -R jumpapp:jumpapp /var/www/html /var/www/cache/application \
|
||||
RUN mkdir /var/www/cache \
|
||||
&& chown -R jumpapp:jumpapp /var/www/html /var/www/cache \
|
||||
&& chmod +x /usr/local/bin/entrypoint.sh
|
||||
|
||||
RUN mkdir -p /tmp/xdebug \
|
||||
|
||||
Reference in New Issue
Block a user