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 committed Jan 8, 2025
1 parent 4aed176 commit aaf3ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:alpine3.20 as build
FROM golang:alpine3.20 AS build

# Update libraries
RUN apk update && apk upgrade
Expand Down 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 aaf3ebd

Please sign in to comment.