Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
YUN BAI committed Jun 14, 2024
1 parent f14799b commit bebd9b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions manifest/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ ADD . .

RUN ls -alh ./

RUN ls -alh /release

RUN pwd

RUN GOOS=linux CGO_ENABLED=0 GOARCH=amd64 go build -ldflags="-s -w" -o dotblue main.go

RUN chmod +x $WORKDIR/dotblue
Expand Down

0 comments on commit bebd9b3

Please sign in to comment.