瀏覽代碼

HUE-8687 [docker] Remove workaround for webpack stats file inclusion

Romain Rigaux 6 年之前
父節點
當前提交
10caef2ef4
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      tools/docker/hue/Dockerfile

+ 0 - 7
tools/docker/hue/Dockerfile

@@ -54,12 +54,5 @@ RUN ./build/env/bin/pip install psycopg2-binary
 COPY tools/docker/hue/conf desktop/conf
 COPY tools/docker/hue/startup.sh .
 
-# Webpack not integrated into make install
-COPY package.json .
-COPY webpack.config.js .
-RUN npm install
-RUN npm run webpack
-RUN ./build/env/bin/hue collectstatic --noinput
-
 EXPOSE 8888
 CMD ["./startup.sh"]