From 1ed52931953655c3f71304bdce20d1e658e95bcb Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Mon, 20 Nov 2023 10:10:37 +0000 Subject: [PATCH] updated dockerfile with path --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index cef73f607..33f6143ae 100644 --- a/dockerfile +++ b/dockerfile @@ -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