Skip to content

Commit d030fcc

Browse files
authored
entrypoint.sh; docker directory change.
update entrypoint script to mirror the directory change for the docker folder
1 parent d79b3a9 commit d030fcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/docker/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ else
4242
echo "Checking if letsencrypt email is set."
4343
if [ -z $LE_EMAIL ]; then
4444
echo "No letsencrypt email is set using http config."
45-
cp docker/default.conf /etc/nginx/conf.d/default.conf
45+
cp .github/docker/default.conf /etc/nginx/conf.d/default.conf
4646
else
4747
echo "writing ssl config"
48-
cp docker/default_ssl.conf /etc/nginx/conf.d/default.conf
48+
cp .github/docker/default_ssl.conf /etc/nginx/conf.d/default.conf
4949
echo "updating ssl config for domain"
5050
sed -i "s|<domain>|$(echo $APP_URL | sed 's~http[s]*://~~g')|g" /etc/nginx/conf.d/default.conf
5151
echo "generating certs"

0 commit comments

Comments
 (0)