Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiSamaD authored Aug 27, 2024
1 parent ff94f51 commit a6234e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listener/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM golang:latest as builder
#ARG GOPROXY=https://goproxy.cn
COPY . /src
RUN apt-get update && \
cd /src/serv && \
cd /src/listener && \
GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /src/build/app cmd/app/main.go
# && GO111MODULE=on CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o /src/build/listener cmd/listener/main.go
# RUN apt-get update && apt install -y protobuf-compiler git && \
Expand Down

0 comments on commit a6234e7

Please sign in to comment.