vulstudy/www/Dockerfile

8 lines
102 B
Docker

FROM tutum/lamp:latest
MAINTAINER c0ny1 <root@gv7.me>
RUN rm -rf /app/*
ADD . /app/
CMD ["/run.sh"]