diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-19 05:22:22 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-04-19 05:22:22 +0300 |
| commit | 423505cdf54c52947482509329c2a1c8ece97c39 (patch) | |
| tree | 0e471ff6ca1a2e5372d6b69de68c74efb6e8e9d2 /docker/bin/docker-entrypoint.sh | |
| parent | 2b6970d33afd75be5bfef951dc3691d492004d43 (diff) | |
| download | classroom-423505cdf54c52947482509329c2a1c8ece97c39.tar.gz classroom-423505cdf54c52947482509329c2a1c8ece97c39.tar.bz2 classroom-423505cdf54c52947482509329c2a1c8ece97c39.zip | |
admin back-office environment: lessons management
Diffstat (limited to 'docker/bin/docker-entrypoint.sh')
| -rw-r--r-- | docker/bin/docker-entrypoint.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/bin/docker-entrypoint.sh b/docker/bin/docker-entrypoint.sh index a01f3a3..f421d80 100644 --- a/docker/bin/docker-entrypoint.sh +++ b/docker/bin/docker-entrypoint.sh @@ -4,8 +4,6 @@ # ------------------------------------------------------------------------------ # grand to 'cache' directory writable permissions # set file-cache directory to apache's user ownership -chmod -R 755 /var/www/public/cache -chown -R www-data:www-data /var/www/public/cache chmod -R 755 /var/www/storage chown -R www-data:www-data /var/www/storage @@ -24,4 +22,4 @@ cp /var/www/docker/config/composer-naked.json /var/www/composer.json # start apache # ------------------------------------------------------------------------------ # End with running the original command -exec /usr/sbin/apache2ctl -D FOREGROUND
\ No newline at end of file +exec /usr/sbin/apache2ctl -D FOREGROUND |
