Skip to content

Commit 3a45938

Browse files
Removing index.html
1 parent ebf9823 commit 3a45938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/bin/ash
22

33
sed -i "s/^Listen.*/Listen $ITFLOW_PORT/g" /etc/apache2/httpd.conf
4-
54
# if itflow is not downloaded, perform the download after the volume mounting process within dockerfile is complete.
65
if [[ -f /var/www/localhost/htdocs/index.php ]]; then
76
cd /var/www/localhost/htdocs
@@ -10,6 +9,7 @@ else
109
git clone --branch $ITFLOW_REPO_BRANCH https://$ITFLOW_REPO /var/www/localhost/htdocs
1110
fi
1211

12+
rm -rf /var/www/localhost/htdocs/index.html
1313
git config --global --add safe.directory /var/www/localhost/htdocs
1414

1515
# Verify permissions of itflow git repository

0 commit comments

Comments
 (0)