update Dockerfile & copyrigt statement 60/95360/2
authorecaiyanlinux <martin.c.yan@est.tech>
Tue, 10 Sep 2019 13:14:09 +0000 (15:14 +0200)
committerecaiyanlinux <martin.c.yan@est.tech>
Tue, 10 Sep 2019 15:49:50 +0000 (17:49 +0200)
Issue-ID: DCAEGEN2-1702
Change-Id: If990e180b96f943dd7381a758c11d10e4733706c
Signed-off-by: Martin Yan <martin.c.yan@est.tech>
datafile-app-server/src/main/docker/Dockerfile
datafile-app-server/src/main/java/org/onap/dcaegen2/collectors/datafile/configuration/FtpesConfig.java

index bfd952e..c3e5f07 100644 (file)
@@ -21,6 +21,7 @@ FROM openjdk:8-jre-alpine
 
 WORKDIR /opt/app/datafile
 RUN mkdir -p /var/log/ONAP
+RUN mkdir -p /opt/app/datafile/etc/cert/
 
 ADD /target/datafile-app-server.jar /opt/app/datafile/
 ADD /config/application.yaml /opt/app/datafile/config/
@@ -33,4 +34,4 @@ RUN chmod -R 777 /opt/app/datafile/config/
 
 USER datafile
 
-ENTRYPOINT ["/usr/bin/java", "-jar", "/opt/app/datafile/datafile-app-server.jar"]
\ No newline at end of file
+ENTRYPOINT ["/usr/bin/java", "-jar", "/opt/app/datafile/datafile-app-server.jar"]
index e710797..9e9da7d 100644 (file)
@@ -1,6 +1,6 @@
 /*-
  * ============LICENSE_START=======================================================
- * Copyright (C) 2018 NOKIA Intellectual Property, 2018 Nordix Foundation. All rights reserved.
+ * Copyright (C) 2018 NOKIA Intellectual Property, 2019 Nordix Foundation. All rights reserved.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.