Build related cleanup. Entrypoint to read config from correct place.
Change-Id: I73a912bd30dd6be43fd7278de7f5c1d6b41fe450
Signed-off-by: Juha Hyttinen <juha.hyttinen@nokia.com>
diff --git a/appmgr-entrypoint.sh b/appmgr-entrypoint.sh
index 80e99df..be38a2e 100755
--- a/appmgr-entrypoint.sh
+++ b/appmgr-entrypoint.sh
@@ -15,10 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-cp /opt/ric/config/appmgr.yaml /opt/xAppManager/config-file.yaml
-
# Copy all certificates from mounted folder to root system
cp /opt/ric/certificates/* /etc/ssl/certs
# Start services, etc.
-/opt/xAppManager/appmgr -f /opt/xAppManager/config-file.yaml
+/opt/xAppManager/appmgr -f /opt/ric/config/appmgr.yaml