Skip to content

Commit

Permalink
Upgrade Dockerfile to use npm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Feb 15, 2021
1 parent 7502bbd commit 7894d81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ RUN cd /app \
######################################################################
FROM node:12 AS superset-node

ARG NPM_VER=7
RUN npm install -g npm@${NPM_VER}

ARG NPM_BUILD_CMD="build"
ENV BUILD_CMD=${NPM_BUILD_CMD}

Expand Down

0 comments on commit 7894d81

Please sign in to comment.