Skip to content

Commit 7be26f3

Browse files
committed
Change: Fix Swagger API in docker since additional dir entities is now required
1 parent 518b5c9 commit 7be26f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ RUN make install-code-generation-tools
2020
# copy api related source files and generate api docs
2121
COPY pkg/web pkg/web
2222
COPY pkg/models pkg/models
23+
COPY pkg/entities pkg/entities
2324
RUN make api-docs
2425

2526
# copy rest of the source files

0 commit comments

Comments
 (0)