Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
smilelikeshit committed Feb 16, 2020
1 parent 218ce3f commit 7e5b777
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion v1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ ENV JAVA_VERSION openjdk-8-jdk

RUN apt-get update && apt install $JAVA_VERSION -y

WORKDIR /app

# nvm environment variables
ENV NVM_DIR /usr/local/nvm
ENV NVM_DIR /app/nvm
ENV NODE_VERSION 12.13.1

# install node and npm
Expand Down

0 comments on commit 7e5b777

Please sign in to comment.