Spaces:
Sleeping
Sleeping
dreamnotfound
commited on
Commit
•
87954e5
1
Parent(s):
69dcf5e
Update Dockerfile
Browse files- 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 |
|