mirror of
https://github.com/alibaba/higress.git
synced 2026-05-04 18:37:26 +08:00
feat: implements text/event-stream(SSE) MIME parser (#1416)
Co-authored-by: 007gzs <007gzs@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM golang:latest AS builder
|
||||
WORKDIR /workspace
|
||||
COPY . .
|
||||
RUN GOOS=linux GOARCH=amd64 go build -o main .
|
||||
CMD ./main
|
||||
Reference in New Issue
Block a user