Skip to content

Commit

Permalink
Clone into /src
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeaCat committed Aug 2, 2023
1 parent 06e97bb commit bb5407d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.githubaction
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN cd /src && go tool cover -html coverage.out -o coverage.html

FROM python:3.11-bullseye as build-tree-sitter
RUN apt-get update -y && apt-get upgrade -y
RUN git clone https://github.com/tree-sitter/tree-sitter-javascript
RUN mkdir /src && cd /src && git clone https://github.com/tree-sitter/tree-sitter-javascript
RUN python3 -m pip install tree_sitter
COPY ./analysers/tree-sitter/build.py /src/build.py
RUN cd /src && python3 build.py
Expand Down

0 comments on commit bb5407d

Please sign in to comment.