From 4373fefed462e2dfb4185be5f80481ba3a4a8ff9 Mon Sep 17 00:00:00 2001 From: cedricd Date: Tue, 3 Oct 2023 19:32:58 +0200 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e1d60d1..1072c22 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -8,8 +8,13 @@ pip install -r requirements.txt --no-cache-dir #copy over main.py and /src/rocrate.py to the github workspace cp main.py github/workspace -cp src/rocrate.py github/workspace +cd github/workspace +mkdir src +cd ../.. +cd src +cp rocrate.py ../github/workspace/src +cd .. cd github/workspace ls -al # copy over the extra metadata file if it exists to the main directory