From f9e87fd677c05498aadb493064b065b65bfca35f Mon Sep 17 00:00:00 2001 From: Lee moon soo Date: Mon, 3 Aug 2020 18:35:04 -0700 Subject: [PATCH] correct path --- .staroid/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.staroid/build.sh b/.staroid/build.sh index 4313787..b3c8f80 100755 --- a/.staroid/build.sh +++ b/.staroid/build.sh @@ -8,7 +8,7 @@ cd .build # apply staroid patch -cat ../Dockerfile.staroid >> Dockerfile +cat ../.staroid/Dockerfile.staroid >> Dockerfile # print Dockerfile cat Dockerfile