FROM creativeprojects/php-nodejs:7.4 WORKDIR /app COPY ./setup.sh . RUN chmod +x setup.sh CMD ["./setup.sh"]