Mark 6 gadi atpakaļ
vecāks
revīzija
f2bd668385
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      Dockerfile
  2. 1 1
      LICENSE

+ 1 - 1
Dockerfile

@@ -2,6 +2,6 @@ FROM java:8
 EXPOSE 8080
 
 VOLUME /tmp
-ADD renren-fast.jar /app.jar
+ADD renren-fast.jar  /app.jar
 RUN bash -c 'touch /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
 third-party archives.
 
-   Copyright 2018 人人开源
+   Copyright 2019 人人开源
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.