浏览代码

Reduce layer

Gabriel 6 年之前
父节点
当前提交
61ad0b3d6f
共有 1 个文件被更改,包括 1 次插入2 次删除
  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; \