3b9c556254
This adds a directory layout for Heat based on the Glance setup, but does not actually attempt to build functional images at this time.
7 lines
108 B
Docker
7 lines
108 B
Docker
FROM fedora-rdo-base
|
|
MAINTAINER Steven Dake <sdake@redhat.com>
|
|
|
|
ADD ./start.sh /start.sh
|
|
CMD ["/start.sh"]
|
|
|