mirror of https://github.com/usual2970/certimate
Add docker support
parent
8c684e3233
commit
382b41bae8
|
@ -11,7 +11,7 @@ FROM golang:1.22-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY ../. /app/
|
COPY ../. /app/
|
||||||
COPY from=build-ui /app/ui/dist /app/ui/
|
COPY --from=build-ui /app/ui/dist /app/ui/
|
||||||
|
|
||||||
RUN go build -o certimate
|
RUN go build -o certimate
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue