This commit is contained in:
parent
4627ae91b3
commit
7a0420bb46
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN apk add --no-cache go
|
||||||
ADD . /go/lockserver
|
ADD . /go/lockserver
|
||||||
WORKDIR /go/lockserver
|
WORKDIR /go/lockserver
|
||||||
ARG VERSION_STRING
|
ARG VERSION_STRING
|
||||||
RUN CGO_ENABLED=0 go build -ldflags "-X git.devhack.net/devhack/member-services/config.Version=${VERSION_STRING}" ./cmd/lockserver
|
RUN CGO_ENABLED=0 go build -ldflags "-X git.janky.solutions/finn/lockserver/config.Version=${VERSION_STRING}" ./cmd/lockserver
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=build /go/lockserver/lockserver /lockserver
|
COPY --from=build /go/lockserver/lockserver /lockserver
|
||||||
|
|
|
@ -16,6 +16,8 @@ a {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
row-gap: 1em;
|
row-gap: 1em;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
margin: auto;
|
||||||
|
max-width: 1000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main {
|
#main {
|
||||||
|
|
Loading…
Reference in a new issue