Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
placed all scripts in the app dir inside the image
  • Loading branch information
isaacmaffeis committed Aug 17, 2024
1 parent 75ffc09 commit 220d162
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 @@ -7,7 +7,7 @@ COPY pom.xml /app
COPY src /app/src
COPY evosuite-1.2.0.jar app/evosuite-1.2.0.jar
COPY evosuite-standalone-runtime-1.2.0.jar app/evosuite-standalone-runtime-1.2.0.jar
COPY scripts app/scripts
COPY scripts app

VOLUME ["/app/input"]
VOLUME ["/app/evosuite-files"]
Expand Down

0 comments on commit 220d162

Please sign in to comment.