Skip to content

Commit 46b10e9

Browse files
committed
Fix dockerfile
1 parent 4a99275 commit 46b10e9

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
@@ -1,6 +1,6 @@
11
FROM golang:latest AS build
22
WORKDIR /go/src/websocket-proxy
3-
COPY *.go ./
3+
COPY . .
44

55
ENV CGO_ENABLED=0
66
RUN go get -d

0 commit comments

Comments
 (0)