From aefb8c30888f86b427f3ac665b594052a252a41e Mon Sep 17 00:00:00 2001 From: Rahul Sharma Date: Mon, 27 Nov 2023 17:45:06 +0000 Subject: [PATCH] updated clamd permission --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 6854a393f..57ac2d49e 100644 --- a/dockerfile +++ b/dockerfile @@ -53,7 +53,7 @@ RUN rm -f /opt/dvsa/olcs-frontend/config/autoload/local* && \ 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 && \ touch /run/clamav/clamd.sock && touch /run/clamav/clamd.pid && \ - touch chmod 1777 /run/clamav/clamd.pid + chmod 1777 /run/clamav/clamd.pid CMD ["/start.sh"]