FROM ubuntu:latest COPY /root /root WORKDIR /root/app/CGateway ENTRYPOINT ["chmod","777","/root/startup.bash"] ENTRYPOINT ["sh","/root/startup.bash"]