update style

This commit is contained in:
2026-08-24 00:31:59 +02:00
parent e6805af3fe
commit 832c5d57dd
14 changed files with 3705 additions and 3563 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ RUN go build -o /usr/bin/migrate ./cmd/migrate
RUN go build -o /usr/bin/seed ./cmd/seed
FROM alpine:3.21
RUN apk add --no-cache ca-certificates
RUN apk add --no-cache ca-certificates ffmpeg
COPY --from=builder /usr/bin/server /usr/bin/migrate /usr/bin/seed /usr/bin/
EXPOSE 8080
CMD ["server"]