Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
updated static asset
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dvsa committed Nov 23, 2023
1 parent c630ee7 commit 4b9522a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ RUN chmod +x /start.sh
#echo 'session.save_path = "tcp://redis-master"' >> /usr/local/etc/php/conf.d/50-docker-php-ext-redis.ini

RUN rm -f /opt/dvsa/olcs-internal/config/autoload/local* && \
chown -R nginx:nginx /opt/dvsa /tmp/* /var/log/dvsa && \
chmod u=rwx,g=rwx,o=r -R /opt/dvsa /tmp/* /var/log/dvsa
mkdir /var/nginx && \
chown -R nginx:nginx /opt/dvsa /tmp/* /var/log/dvsa /var/nginx && \
chmod u=rwx,g=rwx,o=r -R /opt/dvsa /tmp/* /var/log/dvsa /var/nginx

#USER www-data

Expand Down

0 comments on commit 4b9522a

Please sign in to comment.