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