Browse Source

Reduce layer

Gabriel 6 years ago
parent
commit
61ad0b3d6f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Dockerfile

+ 1 - 2
Dockerfile

@@ -4,8 +4,7 @@ ADD . /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/ik/audit-bundle/parameters.yml; \
     rm -f app/config/bundles/ik/base-admin-bundle/parameters.yml; \