Add HTTPS to DFC tests
[integration.git] / test / mocks / datafilecollector-testharness / simulator-group / prepare-images.sh
index fa56724..0021eca 100755 (executable)
@@ -1,4 +1,13 @@
 #/bin/bash
+#
+# Modifications copyright (C) 2021 Nokia. 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.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
 
 #Script for manually preparing images for mr-sim, dr-sim, dr-redir-sim and sftp server.
 
@@ -20,4 +29,4 @@ docker build -t ftpes_vsftpd:latest -f Dockerfile-ftpes .
 #Build image for http server
 cd ../http-https-server
 
-docker build -t http_httpd:latest -f Dockerfile-http .
+docker build -t http_https_httpd:latest -f Dockerfile-http-https .