Dockerfile 103 B

12345
  1. FROM ubuntu:20.04
  2. COPY app /root/app
  3. RUN chmod -R 777 /root/app/Gateway
  4. WORKDIR /root/app
  5. CMD ./Gateway