Explorar el Código

Update Dockerfile

Gabriel Gosparo hace 6 años
padre
commit
1d086d88f8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -17,6 +17,7 @@ RUN chmod 0600 /opt/keys/*; \
     cp app/config/bundles/ik/device-bundle/parameters.yml.dist app/config/bundles/ik/device-bundle/parameters.yml; \
     cp app/config/bundles/ik/base-admin-bundle/parameters.yml.dist app/config/bundles/ik/base-admin-bundle/parameters.yml; \
     cp app/config/url_webservice.yml.dist app/config/url_webservice.yml; \
+    cp app/config/parameters.yml.dist app/config/parameters.yml; \
     cp app/config/hwioauthbundle/parameters.yml.dist app/config/hwioauthbundle/parameters.yml; \
     composer install --no-scripts --no-interaction --no-progress; \
     git clone git@gitlab.com:interlink-sa/flowdat3/modules/netmiko.git /opt/netmiko; \