We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af34da commit 511ea36Copy full SHA for 511ea36
1 file changed
Dockerfile
@@ -6,7 +6,7 @@ WORKDIR /workspace
6
COPY . .
7
# Navigate to the project directory and build the binary
8
WORKDIR /workspace/proxygate
9
-RUN go build -o /proxygate -tags timetzdata
+RUN go build -o /proxygate
10
11
# Stage 2: Runtime
12
FROM alpine:latest
0 commit comments