mirror of
https://github.com/woodchen-ink/certimate.git
synced 2025-07-18 09:21:56 +08:00
v0.2.5
This commit is contained in:
parent
0037659462
commit
0095600615
@ -9,6 +9,7 @@ RUN \
|
||||
npm install && \
|
||||
npm run build
|
||||
|
||||
|
||||
FROM golang:1.22-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
@ -16,10 +17,13 @@ WORKDIR /app
|
||||
COPY ../. /app/
|
||||
|
||||
RUN rm -rf /app/ui/dist
|
||||
|
||||
COPY --from=front-builder /app/ui/dist /app/ui/dist
|
||||
|
||||
RUN go build -o certimate
|
||||
|
||||
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /app
|
||||
|
329
ui/dist/assets/index-BYO3zdEX.js
vendored
329
ui/dist/assets/index-BYO3zdEX.js
vendored
File diff suppressed because one or more lines are too long
329
ui/dist/assets/index-tBXwi-8W.js
vendored
329
ui/dist/assets/index-tBXwi-8W.js
vendored
File diff suppressed because one or more lines are too long
15
ui/dist/index.html
vendored
15
ui/dist/index.html
vendored
@ -1,15 +0,0 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Certimate - Your Trusted SSL Automation Partner</title>
|
||||
<script type="module" crossorigin src="/assets/index-BYO3zdEX.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-YqBWA4KK.css">
|
||||
</head>
|
||||
<body class="bg-background">
|
||||
<div id="root"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -1 +1 @@
|
||||
export const version = "Certimate v0.2.4";
|
||||
export const version = "Certimate v0.2.5";
|
||||
|
Loading…
x
Reference in New Issue
Block a user