Don't modify the config file with sed in the docker entrypoint script
[vfc/gvnfm/vnflcm.git] / lcm / docker / docker-entrypoint.sh
1 #!/bin/bash
2
3 # Configure service based on docker environment variables
4 python vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py
5 cat vfc/gvnfm/vnflcm/lcm/lcm/pub/config/config.py
6
7 # microservice-specific one-time initialization
8 vfc/gvnfm/vnflcm/lcm/docker/instance_init.sh
9
10 date > init.log
11
12 # Start the microservice
13 vfc/gvnfm/vnflcm/lcm/docker/instance_run.sh