Commit 2ec23122 authored by Ari  Kaiy's avatar Ari Kaiy Committed by Shao Yu-Lung (Allen)

Update version pointer node (#1598)

parent a1e01ac1
......@@ -76,7 +76,7 @@ DOCKER_SYNC_STRATEGY=native_osx
WORKSPACE_COMPOSER_GLOBAL_INSTALL=true
WORKSPACE_COMPOSER_REPO_PACKAGIST=
WORKSPACE_INSTALL_NODE=true
WORKSPACE_NODE_VERSION=stable
WORKSPACE_NODE_VERSION=node
WORKSPACE_NPM_REGISTRY=
WORKSPACE_INSTALL_YARN=true
WORKSPACE_YARN_VERSION=latest
......
......@@ -399,7 +399,7 @@ USER laradock
###########################################################################
# Check if NVM needs to be installed
ARG NODE_VERSION=stable
ARG NODE_VERSION=node
ENV NODE_VERSION ${NODE_VERSION}
ARG INSTALL_NODE=false
ARG INSTALL_NPM_GULP=false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment