FROM ubuntu:xenial # 16.04 # Copy the whole system except what is specified in .dockerignore COPY / / # Launch all services COPY startup.sh / RUN chmod 777 /startup.sh CMD ["bash","/startup.sh"]