File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY go.mod go.sum /src/
44RUN go mod download -x
55COPY . .
66RUN rm -rf /src/webconsole/dist
7- RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static
7+ RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static
88RUN mkdir /empty
99
1010FROM debian:bullseye-slim as bullseye-slim
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM golang:1.18 as build
22WORKDIR /src
33COPY . .
44RUN rm -rf /src/webconsole/dist
5- RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static
5+ RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static
66RUN mkdir /empty
77
88FROM almalinux:8-minimal as alma
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ COPY go.mod go.sum /src/
44RUN go mod download -x
55COPY . .
66RUN rm -rf /src/webconsole/dist
7- RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static immuclient-static
7+ RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static immuclient-static
88RUN mkdir /empty
99
1010FROM debian:11.7-slim as bullseye-slim
Original file line number Diff line number Diff line change 11FROM golang:1.18 as build
22WORKDIR /src
33COPY . .
4- RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default make immuadmin-static immudb-static
4+ RUN GOOS=linux GOARCH=amd64 WEBCONSOLE=default SWAGGER=true make immuadmin-static immudb-static
55FROM debian:11.7-slim
66LABEL org.opencontainers.image.authors="Codenotary Inc. <
[email protected] >"
77
You can’t perform that action at this time.
0 commit comments