Skip to content

Commit d303252

Browse files
authored
Merge pull request #65 from esrrhs/esrrhs-patch-1
Update Dockerfile
2 parents a8eadb1 + 6e69427 commit d303252

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ WORKDIR /app
55
COPY go.* ./
66
RUN go mod download
77
COPY . ./
8-
RUN ls -a
98
RUN go mod tidy
10-
RUN cd cmd
11-
RUN ls -a
12-
RUN go build -v -o pingtunnel
9+
RUN cd cmd && go build -v -o pingtunnel
1310

1411
FROM debian
1512
COPY --from=build-env /app/pingtunnel .

0 commit comments

Comments
 (0)