Skip to content

Commit

Permalink
fixes workdir path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbethune committed Sep 25, 2024
1 parent ead27f1 commit 72853a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/run_cdr.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker run \
--name cdr \
-e CDR_API_TOKEN={{ cdr_api_token }} \
-e NGROK_AUTHTOKEN={{ ngrok_authtoken }} \
-v {{ work_dir }}/workdir \
-v {{ work_dir }}:/workdir \
-v {{ image_dir}}:/imagedir \
-v $1:/input \
--net lara \
Expand Down

0 comments on commit 72853a9

Please sign in to comment.