Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacmaffeis committed Aug 17, 2024
1 parent 3d83697 commit c5df79a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ VOLUME ["/app/evosuite-files"]
VOLUME ["/app/evosuite-report"]
VOLUME ["/app/evosuite-tests"]

WORKDIR /app
WORKDIR /app/scripts

CMD ["python", "./scripts/help.py"]
CMD ["python", "./help.py"]

0 comments on commit c5df79a

Please sign in to comment.