Skip to content

Commit 796e3c7

Browse files
committed
feat: add gcs source and support reading files from extra resources
Signed-off-by: Adam Shannag <shannagadam11@gmail.com>
1 parent a9f346e commit 796e3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app
44
COPY . .
55

66
RUN go mod tidy
7-
RUN go build -o volare cmd/volare/main.go
7+
RUN go build -o volare -tags=disable_grpc_module -trimpath -ldflags="-s -w" cmd/volare/main.go
88

99
FROM alpine:3.21.3 AS prod
1010

0 commit comments

Comments
 (0)