From 0f914ca1c850568bccb9914f248eb815e6676957 Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Wed, 3 Apr 2019 17:21:13 +0900 Subject: [PATCH] \n --- docker/install-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/install-nginx.sh b/docker/install-nginx.sh index 9ae037b..a0d132c 100755 --- a/docker/install-nginx.sh +++ b/docker/install-nginx.sh @@ -2,4 +2,4 @@ cp ./docker/conf/nginx.conf /etc/nginx/ cp ./docker/conf/mime.types /etc/nginx/ cp ./docker/conf/applications/* /etc/nginx/conf.d/ -apt-get install nginx \ No newline at end of file +apt-get install nginx