Skip to content

Commit

Permalink
Merge pull request #3 from simularium/feature/fix-docker-local
Browse files Browse the repository at this point in the history
Fix Docker Local
  • Loading branch information
blairlyons authored Aug 30, 2024
2 parents c4b50a2 + 07ef7af commit fd17039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ case ${SIMULATION_TYPE} in
LOCAL)
mkdir -p $OUTPUT_FILE_PATH
cp *.cmo $OUTPUT_FILE_PATH
cp *.txt $OUTPUT_FILE_PATH
cp reports/*.txt $OUTPUT_FILE_PATH
;;
esac

0 comments on commit fd17039

Please sign in to comment.