Skip to content

Commit

Permalink
hot fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
mimimix committed Jan 15, 2024
1 parent 150049d commit c0792d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pingserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY . .
ENV CGO_ENABLED 0
ENV GOOS linux

RUN go build -ldflags="-s -w" -o /app/main ./main.go
RUN go build -ldflags="-s -w" -o /apps/pingserver/main ./main.go

FROM alpine

Expand Down

0 comments on commit c0792d2

Please sign in to comment.