FROM tutum/lamp:latest

MAINTAINER c0ny1 <root@gv7.me>

RUN rm -rf /app/*
ADD . /app/

CMD ["/run.sh"]