Browse Source

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

Romain Rigaux 6 years ago
parent
commit
10caef2ef4
1 changed files with 0 additions and 7 deletions
  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/conf desktop/conf
 COPY tools/docker/hue/startup.sh .
 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
 EXPOSE 8888
 CMD ["./startup.sh"]
 CMD ["./startup.sh"]