Skip to content

Commit

Permalink
modified dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreChinno committed May 3, 2024
1 parent b5831f9 commit 69a1a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ RUN mkdir /home/app

COPY . /home/app

CMD cd /home/app && make && mv svlint svlint_org && make
CMD cd /home/app && cargo test

0 comments on commit 69a1a51

Please sign in to comment.