Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
create input and output symbolic links inside docker container
  • Loading branch information
EsGeh authored and EsGeh committed Dec 2, 2019
1 parent 09b509a commit 043c34c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .init-container.sh
Expand Up @@ -3,5 +3,12 @@

echo 'export PATH="$EOA_SCRIPTS_DIR:$PATH"' > ./.bashrc

cd $HOME

unlink input
unlink output
ln -s $INPUT_DIR input
ln -s $OUTPUT_DIR output

# wait, keep container running:
bash -c 'while :; do :; done & kill -STOP $! && wait $!'

0 comments on commit 043c34c

Please sign in to comment.