mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-13 21:07:22 +00:00
Implemented all but update from cli client to server;
solidified encryption; setup deployment mechanism for GCP
This commit is contained in:
parent
cd24f6e848
commit
c5ae0b4ddc
28 changed files with 598 additions and 295 deletions
|
|
@ -2,9 +2,10 @@ FROM golang:1.11.5 as build
|
|||
WORKDIR /go/src/github.com/mitchell/selfpass
|
||||
COPY . .
|
||||
ENV GO111MODULE=on
|
||||
RUN make gen-certs-go
|
||||
RUN make build
|
||||
|
||||
FROM debian:stable-20190326-slim
|
||||
FROM debian:stable-20190506-slim
|
||||
WORKDIR /usr/bin
|
||||
COPY --from=build /go/src/github.com/mitchell/selfpass/bin/server .
|
||||
ENTRYPOINT ["server"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue