HowesDOMO commited on
Commit
81bc442
·
1 Parent(s): 73755f3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,7 +12,7 @@ RUN git clone https://github.com/Harry-zklcdc/go-proxy-bingai.git /workspace/app
12
  WORKDIR /workspace/app
13
 
14
  #
15
- RUN go build -ldflags="-s -w" -tas netgo -trimpath -o go-proxy-bingai main.go
16
 
17
  #
18
  #
 
12
  WORKDIR /workspace/app
13
 
14
  #
15
+ RUN go build -ldflags="-s -w" -tags netgo -trimpath -o go-proxy-bingai main.go
16
 
17
  #
18
  #