kolla-ansible/docker/heat/heat-engine/Dockerfile
Steven Dake 3b9c556254 Add heat api and engine docker boilerplates
This adds a directory layout for Heat based on the Glance setup,
but does not actually attempt to build functional images at this time.
2014-09-20 19:44:22 -04:00

7 lines
108 B
Docker

FROM fedora-rdo-base
MAINTAINER Steven Dake <sdake@redhat.com>
ADD ./start.sh /start.sh
CMD ["/start.sh"]