Skip to content

Commit

Permalink
update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
anhductn2001 committed Sep 25, 2023
1 parent 8105892 commit 7096d5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
-w -s -linkmode=external -extldflags '-Wl,-z,muldefs -static'" \
-trimpath \
-o /centauri/build/centaurid \
/centauri/cmd/centaurid/main.go
/centauri/cmd/centaurid/

# --------------------------------------------------------
# Runner
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN GOWORK=off go build \
-w -s -linkmode=external -extldflags '-Wl,-z,muldefs -static'" \
-trimpath \
-o /centauri/build/centaurid \
/centauri/cmd/centaurid/main.go
/centauri/cmd/centaurid/

# --------------------------------------------------------
# Runner
Expand Down

0 comments on commit 7096d5f

Please sign in to comment.