Skip to content

Commit

Permalink
temporarily update dockerfile to add all (#3050)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton authored Jan 24, 2023
1 parent 14a7fa0 commit 3365780
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ COPY go.sum .

RUN go mod download

ADD internal internal
ADD testing testing
ADD modules modules
ADD LICENSE LICENSE

COPY contrib/devtools/Makefile contrib/devtools/Makefile
COPY Makefile .
# TODO: add specific Dockerfile to each branch adding only the required directories.
#ADD internal internal
#ADD testing testing
#ADD modules modules
#ADD LICENSE LICENSE
#COPY contrib/devtools/Makefile contrib/devtools/Makefile
#COPY Makefile .

ADD . .

RUN make build

Expand Down

0 comments on commit 3365780

Please sign in to comment.