Skip to content

Commit

Permalink
update user group separator and uniform docker syntax to uppercase as…
Browse files Browse the repository at this point in the history
… in ajilach#62 which can now be closed
  • Loading branch information
arizon-dread authored and davosian committed Jan 8, 2025
1 parent 4bcb9d7 commit 30f6e23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ RUN mkdir -p /clamav/etc \
&& mkdir -p /clamav/data \
&& mkdir -p /clamav/tmp

RUN chown -R clamav.clamav /clamav \
&& chown -R clamav.clamav /var/log/clamav \
&& chown -R clamav.clamav /run/clamav
RUN chown -R clamav:clamav /clamav \
&& chown -R clamav:clamav /var/log/clamav \
&& chown -R clamav:clamav /run/clamav


ENV PORT=9000
Expand Down

0 comments on commit 30f6e23

Please sign in to comment.