Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -2,7 +2,6 @@ FROM golang:1.21-alpine AS builder
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
5 |
-
RUN chmod 777 -R /app
|
6 |
RUN apk add git && git clone https://github.com/xyy002/claudetoapi.git .
|
7 |
RUN sed -i'' 's|r.POST("/v1|r.POST("/api/v1|g' /app/main.go
|
8 |
RUN GOOS=linux GOARCH=amd64 go build -o getkeyinfo
|
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
|
|
5 |
RUN apk add git && git clone https://github.com/xyy002/claudetoapi.git .
|
6 |
RUN sed -i'' 's|r.POST("/v1|r.POST("/api/v1|g' /app/main.go
|
7 |
RUN GOOS=linux GOARCH=amd64 go build -o getkeyinfo
|