Add docker support

This commit is contained in:
yoan 2024-08-27 23:38:12 +08:00
parent 8c684e3233
commit 382b41bae8

View File

@ -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