Browse Source

Make Containerfile create public/images directory. (#1570)

pull/1571/head
Dewiq 4 months ago
committed by GitHub
parent
commit
2ef7c49c6b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      Containerfile

3
Containerfile

@ -36,6 +36,9 @@ RUN rm -rf cache; \
rm -rf public/cache; \
mkdir public/cache; \
chown -R www-data:www-data public/cache; \
rm -rf public/images; \
mkdir public/images; \
chown -R www-data:www-data public/images; \
rm -rf log; \
mkdir log; \
chown -R www-data:www-data log/

Loading…
Cancel
Save