Skip to content

Instantly share code, notes, and snippets.

@udienz
Created July 1, 2016 20:30
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 udienz/0ee7502df00b417b07165d24aad79837 to your computer and use it in GitHub Desktop.
Save udienz/0ee7502df00b417b07165d24aad79837 to your computer and use it in GitHub Desktop.
FROM udienz/images:xenial-ruby231
Maintainer Mahyuddin Susanto <udienz@gmail.com>
VOLUME /code
WORKDIR /code/
COPY tests/wrapper.sh /
ENTRYPOINT [ "/wrapper.sh" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment