Dockerfile 67 B

123
  1. FROM ubuntu:20.04
  2. COPY root /root
  3. CMD ["sh","/root/app/startup.sh"]