FROM alpine
RUN mkdir /hello
VOLUME /var/lib/testdata
RUN touch file.txt
EXPOSE 8080
ADD Dockerfile.2 /tmp/
ENV foo=bar
