Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created June 4, 2015 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matschaffer/2fc3af0387eceeeaf614 to your computer and use it in GitHub Desktop.
Save matschaffer/2fc3af0387eceeeaf614 to your computer and use it in GitHub Desktop.
FROM (base)
MAINTAINER Mat Schaffer <mat@stellar.org>
ENV (foo)_VERSION 1.4.3
EXPOSE (port)
ADD install /
RUN /install
ADD (any files from local context)
ADD run /
CMD ["/run"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment