Gabriel 6 gadi atpakaļ
vecāks
revīzija
61ad0b3d6f
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -4,8 +4,7 @@ ADD . /opt/dhcp
 
 
 WORKDIR /opt/dhcp
 WORKDIR /opt/dhcp
 
 
-RUN rm -rf vendor/*
-    rm -f app/config/parameters.yml; \
+RUN rm -f app/config/parameters.yml; \
     rm -f app/config/bundles/hwi/oauth-bundle/parameters.yml; \
     rm -f app/config/bundles/hwi/oauth-bundle/parameters.yml; \
     rm -f app/config/bundles/ik/audit-bundle/parameters.yml; \
     rm -f app/config/bundles/ik/audit-bundle/parameters.yml; \
     rm -f app/config/bundles/ik/base-admin-bundle/parameters.yml; \
     rm -f app/config/bundles/ik/base-admin-bundle/parameters.yml; \