From b1205edd483b37a74dbeab4a69d2783bd94e900a Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 22 Sep 2019 10:24:28 +0000 Subject: [PATCH] =?UTF-8?q?chmod=20=EB=B9=A0=EC=A7=84=EA=B2=83=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/app/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hidche/app/Dockerfile b/hidche/app/Dockerfile index 4e3d652..53ab8b7 100644 --- a/hidche/app/Dockerfile +++ b/hidche/app/Dockerfile @@ -51,6 +51,7 @@ COPY entrypoint_hidche_app.sh /usr/local/bin/ COPY id_ecdsa known_hosts /var/www/.ssh/ RUN \ chown www-data:www-data /var/www/.ssh/*; \ - chmod 600 /var/www/.ssh/*; + chmod 600 /var/www/.ssh/*; \ + chmod +x /usr/local/bin/entrypoint_hidche_app.sh ENTRYPOINT ["entrypoint_hidche_app.sh"] CMD ["php-fpm"] \ No newline at end of file