Remove using the dev branch on Production! Should only be on the Stage version of the Dockerfile.

This commit is contained in:
2025-10-14 14:14:04 -07:00
parent 6973640b4e
commit 95060838e2

View File

@@ -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 && \