Skip to content

Commit 5cd6f66

Browse files
committed
made build work
1 parent e830b20 commit 5cd6f66

File tree

3 files changed

+12
-50
lines changed

3 files changed

+12
-50
lines changed

.dockerignore

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
*
2-
!app
3-
!cmd
4-
!testutil
5-
!utils
6-
!x
7-
!go.mod
8-
!go.sum
9-
!Makefile
10-
!docs/docs.go
11-
!docs/static
1+
- !app
2+
!cmd
3+
!testutil
4+
!utils
5+
!x
6+
!types
7+
!go.mod
8+
!go.sum
9+
!Makefile
10+
!docs/docs.go
11+
!docs/static

Dockerfile-build

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ COPY cmd ./cmd/
4040
COPY testutil ./testutil/
4141
COPY utils ./utils/
4242
COPY x ./x/
43+
COPY types ./types/
4344
COPY go.mod go.sum Makefile ./
4445
COPY docs/docs.go ./docs/
4546
COPY docs/static ./docs/static/

integration_tests/upgrade/Dockerfile-build

-39
This file was deleted.

0 commit comments

Comments
 (0)