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

Commit

Permalink
updated clamd permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-dvsa committed Nov 27, 2023
1 parent 5beb2e0 commit aefb8c3
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 @@ -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"]

0 comments on commit aefb8c3

Please sign in to comment.