Skip to content

Instantly share code, notes, and snippets.

@pikonha
Created June 27, 2021 21:32
Show Gist options
  • Save pikonha/a4f7dd959c32e4d75461a92c1891a3dc to your computer and use it in GitHub Desktop.
Save pikonha/a4f7dd959c32e4d75461a92c1891a3dc to your computer and use it in GitHub Desktop.
Go lang docker baseic setup
RUN golang:1.16-strech
WORKDIR /usr/src
CMD ["tail", "-f", "/dev/null"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment