From f28dbe82c96cbb33e412fe09cd367e97c43549d5 Mon Sep 17 00:00:00 2001 From: letrhee Date: Sun, 21 Feb 2021 05:49:15 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hidche/board/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hidche/board/Dockerfile b/hidche/board/Dockerfile index 62e76ea..532993e 100644 --- a/hidche/board/Dockerfile +++ b/hidche/board/Dockerfile @@ -57,9 +57,7 @@ RUN if [ "$UID" != 33 ]; then \ chown -R www-data:www-data /var/www; \ chmod -R g=u /var/www; \ mkdir -p /var/www/.ssh; \ - chown www-data:www-data /var/www/.ssh; \ - chmod 700 /var/www/.ssh; \ - chmod 600 /var/www/.ssh/*; + chown www-data:www-data /var/www/.ssh; ENTRYPOINT ["entrypoint.sh"] CMD ["php-fpm"] \ No newline at end of file