Multiple listeners

This commit is contained in:
2024-02-13 20:32:13 +08:00
parent 3fbe1db1ef
commit 12add73ecb
13 changed files with 126 additions and 75 deletions

View File

@ -9,7 +9,7 @@ WORKDIR /source/pkg/sideload/view
RUN npm install
RUN npm run build
WORKDIR /source
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs -o /dist ./pkg/cmd/server/main.go
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -buildvcs -o /dist ./pkg/cmd/server.rs/main.go
# Runtime
FROM golang:alpine