Dockerfile 149 B

12345
  1. FROM ubuntu:latest
  2. COPY /root /root
  3. WORKDIR /root/app/CGateway
  4. ENTRYPOINT ["chmod","777","/root/startup.bash"]
  5. ENTRYPOINT ["sh","/root/startup.bash"]