Mark 6 years ago
parent
commit
f2bd668385
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      LICENSE

+ 1 - 1
Dockerfile

@ -2,6 +2,6 @@ FROM java:8
2 2
EXPOSE 8080
3 3
4 4
VOLUME /tmp
5
ADD renren-fast.jar /app.jar
5
ADD renren-fast.jar  /app.jar
6 6
RUN bash -c 'touch /app.jar'
7 7
ENTRYPOINT ["java","-jar","/app.jar"]

+ 1 - 1
LICENSE

@ -176,7 +176,7 @@ recommend that a file or class name and description of purpose be included on
176 176
the same "printed page" as the copyright notice for easier identification within
177 177
third-party archives.
178 178
179
   Copyright 2018 人人开源
179
   Copyright 2019 人人开源
180 180
181 181
   Licensed under the Apache License, Version 2.0 (the "License");
182 182
   you may not use this file except in compliance with the License.