Skip to content

Commit

Permalink
docker: fix path to executable
Browse files Browse the repository at this point in the history
  • Loading branch information
andreineculau committed May 7, 2022
1 parent eac2067 commit 414ebf7
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 @@ -17,4 +17,4 @@ COPY . /jesse
RUN cd /jesse && ./Dockerfile.build.sh
RUN cd /jesse && make

CMD /bin/jesse
CMD /jesse/bin/jesse

0 comments on commit 414ebf7

Please sign in to comment.