FROM nginx COPY etc/ /etc COPY opt/adml/ /opt/adml COPY starter.sh /var/starter.sh CMD ["sh", "/var/starter.sh"]