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

Commit

Permalink
updated dockerfile with path
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dvsa committed Nov 20, 2023
1 parent 49f8164 commit 1ed5293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN chmod +x /start.sh

RUN rm -f /opt/dvsa/olcs-frontend/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
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 1ed5293

Please sign in to comment.