Browse Source

fix: version

Seefs 3 months ago
parent
commit
0baacb2686
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,7 +23,7 @@ RUN go mod download
 
 
 COPY . .
 COPY . .
 COPY --from=builder /build/dist ./web/dist
 COPY --from=builder /build/dist ./web/dist
-RUN go build -ldflags "-s -w -X 'new-api/common.Version=$(cat VERSION)'" -o new-api
+RUN go build -ldflags "-s -w -X 'github.com/QuantumNous/new-api/common.Version=$(cat VERSION)'" -o new-api
 
 
 FROM alpine
 FROM alpine