# Tachyon Master

FROM tachyon-base:dev

ADD files /root/tachyon_master_files
RUN chmod +x /root/tachyon_master_files/default_cmd
CMD ["/root/tachyon_master_files/default_cmd"]
