github.com/rochacon/deis@v1.0.2-0.20150903015341-6839b592a1ff/store/gateway/Dockerfile.template (about)

     1  #FROM is generated dynamically by the Makefile
     2  
     3  ADD build.sh /tmp/build.sh
     4  
     5  RUN DOCKER_BUILD=true /tmp/build.sh
     6  
     7  WORKDIR /app
     8  EXPOSE 8888
     9  CMD ["/app/bin/boot"]
    10  ADD bin/boot /app/bin/boot
    11