mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-28 16:53:34 +08:00
Compare commits
2
Commits
v2.1.0-alpha.1
...
v2.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3aac26644 | ||
|
|
c37f66abb9 |
+7
-1
@@ -12,4 +12,10 @@ users.txt
|
|||||||
|
|
||||||
# secret test file
|
# secret test file
|
||||||
secret.txt
|
secret.txt
|
||||||
secret_oauth.txt
|
secret_oauth.txt
|
||||||
|
|
||||||
|
# vscode
|
||||||
|
.vscode
|
||||||
|
|
||||||
|
# apple stuff
|
||||||
|
.DS_Store
|
||||||
+1
-1
@@ -35,7 +35,7 @@ COPY ./cmd ./cmd
|
|||||||
COPY ./internal ./internal
|
COPY ./internal ./internal
|
||||||
COPY --from=site-builder /site/dist ./internal/assets/dist
|
COPY --from=site-builder /site/dist ./internal/assets/dist
|
||||||
|
|
||||||
RUN CGO_ENABLED=0 go build
|
RUN CGO_ENABLED=0 go build -ldflags "-s -w"
|
||||||
|
|
||||||
# Runner
|
# Runner
|
||||||
FROM alpine:3.21 AS runner
|
FROM alpine:3.21 AS runner
|
||||||
|
|||||||
Reference in New Issue
Block a user