Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Apr 20, 2023
1 parent 043131a commit 3164d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ else
fi

echo "copying over the ./img folder to ./public/img"
cp -r ./github/workspace/img ./public/img
cp -r ./github/workspace/img ./public

#check if there is a img folder in ./github/workspace, if so copy it over to ./src/img recursively with force overwrite
echo "checking if there is a img folder in ./github/workspace"
Expand Down

0 comments on commit 3164d26

Please sign in to comment.