Skip to content

Commit fcf47e8

Browse files
committed
add internal repo to docker build images
1 parent ecd6d09 commit fcf47e8

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

correctedforecaster/build/package/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ COPY go.sum /src/go.sum
2929
WORKDIR /src
3030
RUN go mod download
3131

32+
COPY internal/ /src/internal/
3233
COPY internalprotocol /src/internalprotocol
3334
COPY correctedforecaster/internal/ /src/correctedforecaster/internal/
3435

jsonfrontend/build/package/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WORKDIR /src
66
RUN go mod download
77

88
COPY internalprotocol /src/internalprotocol
9+
COPY internal/ /src/internal/
910
COPY jsonfrontend/internal /src/jsonfrontend/internal
1011
COPY jsonfrontend/pkg /src/jsonfrontend/pkg
1112

xmlfrontend/build/package/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ WORKDIR /src
66
RUN go mod download
77

88
COPY internalprotocol /src/internalprotocol
9+
COPY internal/ /src/internal/
910
COPY xmlfrontend/internal /src/xmlfrontend/internal
1011
COPY xmlfrontend/pkg /src/xmlfrontend/pkg
1112

0 commit comments

Comments
 (0)