mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-08 13:39:53 +00:00
Add docker support
This commit is contained in:
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…
x
Reference in New Issue
Block a user