Skip to content

Instantly share code, notes, and snippets.

@softprops
Created June 29, 2015 04:41
Show Gist options
  • Save softprops/8fc3e74f0d928d04ffba to your computer and use it in GitHub Desktop.
Save softprops/8fc3e74f0d928d04ffba to your computer and use it in GitHub Desktop.
FROM library/java
VOLUME /show
WORKDIR /show
RUN curl https://raw.githubusercontent.com/n8han/conscript/master/setup.sh | sh
RUN /root/bin/cs softprops/picture-show
RUN /root/bin/pshow
EXPOSE 3000
ENTRYPOINT /root/bin/pshow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment