#FROM is generated dynamically by the Makefile

WORKDIR /app
CMD ["/app/bin/boot"]
ADD bin/boot /app/bin/boot
