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
 EXPOSE 8080
 EXPOSE 8080
 
 
 VOLUME /tmp
 VOLUME /tmp
-ADD renren-fast.jar /app.jar
+ADD renren-fast.jar  /app.jar
 RUN bash -c 'touch /app.jar'
 RUN bash -c 'touch /app.jar'
 ENTRYPOINT ["java","-jar","/app.jar"]
 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
 the same "printed page" as the copyright notice for easier identification within
 the same "printed page" as the copyright notice for easier identification within
 third-party archives.
 third-party archives.
 
 
-   Copyright 2018 人人开源
+   Copyright 2019 人人开源
 
 
    Licensed under the Apache License, Version 2.0 (the "License");
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    you may not use this file except in compliance with the License.