Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

Commit

Permalink
(fix): docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adwpc committed Nov 8, 2021
1 parent fbb2b2f commit 356ab56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/signal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ COPY pkg/ pkg/
COPY proto/ proto/
COPY cmd/ cmd/

WORKDIR /ion/cmd/signal
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o /ion/signal ./cmd/signal

FROM alpine
Expand Down

0 comments on commit 356ab56

Please sign in to comment.