You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile 119B

1234567
  1. FROM golang:1.13
  2. ADD entrypoint.sh /entrypoint.sh
  3. RUN chmod +x /entrypoint.sh
  4. CMD /entrypoint.sh
  5. VOLUME /code