dreamnotfound commited on
Commit
87954e5
1 Parent(s): 69dcf5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ FROM golang:alpine AS builder
6
  RUN apk --no-cache add git && \
7
  git clone https://github.com/GXR806/go-proxy-bingai.git /workspace/app && \
8
  apk del git
9
- # 阿巴阿巴
10
  # 设置工作目录
11
  WORKDIR /workspace/app
12
 
 
6
  RUN apk --no-cache add git && \
7
  git clone https://github.com/GXR806/go-proxy-bingai.git /workspace/app && \
8
  apk del git
9
+ #
10
  # 设置工作目录
11
  WORKDIR /workspace/app
12