Skip to content

Commit

Permalink
removes flags - troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
timbastin committed Feb 2, 2025
1 parent 7a57f66 commit 785599c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ FROM alpine:3.20.2@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef
WORKDIR /

COPY config/rbac_model.conf /config/rbac_model.conf
COPY --from=build /go/src/app/devguard /
COPY --from=build /go/src/app/devguard-cli /
COPY --from=build /go/src/app/devguard /devguard
COPY --from=build /go/src/app/devguard-cli /devguard-cli
COPY templates /templates
COPY intoto-public-key.pem /intoto-public-key.pem
COPY cosign.pub /cosign.pub
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FLAGS=-ldflags -w -trimpath -tags netgo,osusergo -buildmode=pie
FLAGS=#-ldflags -w -trimpath -tags netgo,osusergo -buildmode=pie

run::
go run ./cmd/devguard/main.go
Expand Down

0 comments on commit 785599c

Please sign in to comment.