mirror of
https://github.com/versity/versitygw.git
synced 2026-09-06 08:06:54 +00:00
feat: Made gateway iam and setup directories configurable from environment variables in docker images
This commit is contained in:
+5
-1
@@ -7,7 +7,11 @@ RUN go mod download
|
||||
|
||||
COPY ./ ./
|
||||
|
||||
RUN mkdir /tmp/vgw
|
||||
ARG IAM_DIR=/tmp/vgw
|
||||
ARG SETUP_DIR=/tmp/vgw
|
||||
|
||||
RUN mkdir -p $IAM_DIR
|
||||
RUN mkdir -p $SETUP_DIR
|
||||
|
||||
RUN go get github.com/githubnemo/CompileDaemon
|
||||
RUN go install github.com/githubnemo/CompileDaemon
|
||||
Reference in New Issue
Block a user