材料数据
FROM java:8EXPOSE 8080VOLUME /tmpADD renren-fast.jar /app.jarRUN bash -c 'touch /app.jar'ENTRYPOINT ["java","-jar","/app.jar"]