mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
switch from scratch to alpine
fixes some aws build issues
This commit is contained in:
@@ -18,7 +18,7 @@ COPY version/ version/
|
||||
|
||||
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o livekit-server ./cmd/server
|
||||
|
||||
FROM scratch
|
||||
FROM alpine
|
||||
|
||||
COPY --from=builder /workspace/livekit-server /livekit-server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user