chmod 빠진것 수정

This commit is contained in:
2019-09-22 10:24:28 +00:00
parent bf2079f97d
commit b1205edd48
+2 -1
View File
@@ -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"]