update style
This commit is contained in:
+1
-1
@@ -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"]
|
||||
Reference in New Issue
Block a user