Skip to content

Commit

Permalink
Add newly implemented packages to docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
ChihweiLHBird committed Nov 5, 2023
1 parent 351a192 commit 13d34e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ RUN go mod download
COPY cmd/main.go cmd/main.go
COPY api/ api/
COPY controller/ controller/
COPY cloud/ cloud/
COPY util/ util/

# Build
# the GOARCH has not a default value to allow the binary be built according to the host where the command
Expand Down

0 comments on commit 13d34e9

Please sign in to comment.