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 1207533 commit f14799b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifest/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WORKDIR $WORKDIR

ADD . .

RUN ls -alh ./

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 f14799b

Please sign in to comment.