Fix copying of nginx entrypoint.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -4,6 +4,6 @@ set -e | ... | @@ -4,6 +4,6 @@ set -e |
4 | apt-get update | 4 | apt-get update |
5 | apt-get install -y ssmtp nginx libnginx-mod-http-subs-filter $NGINX_EXTRA_PACKAGES | 5 | apt-get install -y ssmtp nginx libnginx-mod-http-subs-filter $NGINX_EXTRA_PACKAGES |
6 | rm /etc/nginx/sites-enabled/default | 6 | rm /etc/nginx/sites-enabled/default |
7 | cp -a /tmp/files/entrypoint.sh /sbin | 7 | cp -a /tmp/files/entrypoint /sbin |
8 | 8 | ||
9 | rm -rf /tmp/files | 9 | rm -rf /tmp/files | ... | ... |
-
Please register or sign in to post a comment