Skip to content

Commit 0a86ba8

Browse files
committed
Fixing Build issue
1 parent 72a1df9 commit 0a86ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ fi
1919

2020
if [ "$UPDATE_CACHE" == 1 ]
2121
then
22-
docker cp app:/$APP_NAME/node_modules .
22+
docker cp app:/$FOLDER_NAME/node_modules .
2323
fi

0 commit comments

Comments
 (0)