chmod 빠진것 수정
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user