removed UID and GID in containerfile - may not be necessary
This commit is contained in:
parent
b093b46cea
commit
ab63a14df7
1 changed files with 0 additions and 3 deletions
|
@ -6,9 +6,6 @@ RUN go build -o /mailautoconf/mailautoconf
|
|||
|
||||
FROM alpine:3.14
|
||||
|
||||
ENV UID=1426 \
|
||||
GID=1426
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
COPY --from=builder /mailautoconf/mailautoconf /mailautoconf/mailautoconf
|
||||
COPY --from=builder /mailautoconf/default-config /mailautoconf/default-config
|
||||
|
|
Loading…
Reference in a new issue