소스 검색

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"]