diff --git a/Dockerfile b/Dockerfile index da0424e..b57ff3c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . /action_internal # scip converter RUN git clone https://github.com/sourcegraph/scip.git --depth=1 ./scip_repo && \ cd scip_repo && \ - go build -o scip ./cmd && \ + go build -o scip ./cmd/scip && \ cd .. && \ cp ./scip_repo/scip . && \ rm -rf ./scip_repo && \