We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a99275 commit 46b10e9Copy full SHA for 46b10e9
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:latest AS build
2
WORKDIR /go/src/websocket-proxy
3
-COPY *.go ./
+COPY . .
4
5
ENV CGO_ENABLED=0
6
RUN go get -d
0 commit comments