Skip to content

Commit 511ea36

Browse files
committed
fixed Dockerfile
1 parent 3af34da commit 511ea36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /workspace
66
COPY . .
77
# Navigate to the project directory and build the binary
88
WORKDIR /workspace/proxygate
9-
RUN go build -o /proxygate -tags timetzdata
9+
RUN go build -o /proxygate
1010

1111
# Stage 2: Runtime
1212
FROM alpine:latest

0 commit comments

Comments
 (0)