Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tnv1 committed Mar 27, 2024
1 parent da32d78 commit 81333f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
-w -s -linkmode=external -extldflags '-Wl,-z,muldefs -static'" \
-trimpath \
-o /feeapp/bin/feeappd \
/feeapp/cmd/feeappd/main.go
/feeapp/cmd/feeappd

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

0 comments on commit 81333f8

Please sign in to comment.