virtual-appliance/appliances/rabbitmq/Makefile
Albert Hopkins 5a96cc75a1 scripts: add COPY and RUN helpers.
Makes the Makefile easier to write and the output a little nicer.  Inspired
by a similar tool ;-)
2018-10-27 11:04:00 -07:00

8 lines
74 B
Makefile

preinstall:
postinstall:
RUN systemctl enable rabbitmq.service
clean: