Update CSS
All checks were successful
/ build-container (push) Successful in 8m50s

This commit is contained in:
Finn 2024-11-24 19:42:53 -08:00
parent 4627ae91b3
commit 7a0420bb46
2 changed files with 3 additions and 1 deletions

View file

@ -19,7 +19,7 @@ RUN apk add --no-cache go
ADD . /go/lockserver
WORKDIR /go/lockserver
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
COPY --from=build /go/lockserver/lockserver /lockserver

View file

@ -16,6 +16,8 @@ a {
flex-direction: column;
row-gap: 1em;
padding: 1em;
margin: auto;
max-width: 1000px;
}
#main {