Created
July 14, 2019 20:18
-
-
Save eslam-mahmoud/b2b6ec8400d1dcf61c8a83b9c2e03e23 to your computer and use it in GitHub Desktop.
sample docker file for tutorial
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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