FROM nginx COPY src /usr/share/nginx/html RUN find /usr/share/nginx/html/ -type d -exec chmod 755 {} \; &&\ find /usr/share/nginx/html/ -type f -exec chmod 644 {} \;