Skip to content

Instantly share code, notes, and snippets.

@eslam-mahmoud
Created July 14, 2019 20:18
Show Gist options
  • Save eslam-mahmoud/b2b6ec8400d1dcf61c8a83b9c2e03e23 to your computer and use it in GitHub Desktop.
Save eslam-mahmoud/b2b6ec8400d1dcf61c8a83b9c2e03e23 to your computer and use it in GitHub Desktop.
sample docker file for tutorial
FROM golang:1.8
WORKDIR /app
COPY ./executable /app/executable
CMD ["./executable"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment