diff --git a/Config/Hyperling.com/Dockerfile b/Config/Hyperling.com/Dockerfile index 94f99cf..c033639 100644 --- a/Config/Hyperling.com/Dockerfile +++ b/Config/Hyperling.com/Dockerfile @@ -20,7 +20,7 @@ CMD cd /var/www/api && \ ls -l website/files; rm -v website/files; sleep 0 && \ echo "Dockerfile: Clone the website's Git repo..." && \ rm -rfv website && \ - git clone https://git.hyperling.com/me/nodejs-website --branch=dev website && \ + git clone https://git.hyperling.com/me/nodejs-website website && \ echo "Dockerfile: Remove dummy files and replace with symlink..." && \ rm -rfv website/files && \ cd website && \