✨ Multiple listeners
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user