baxin commited on
Commit
718c69e
·
1 Parent(s): 9bc7ed7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.38.0/install.sh | b
39
  && nvm use default
40
 
41
  # Set up PATH so that Node.js and npm can be found
42
- ENV PATH $NVM_DIR/versions/node/v16.9.0/bin:$PATH
43
 
44
  # Run make command in robot-server directory
45
  RUN /bin/bash -c "source ~/.bashrc && make robot-server setup"
 
39
  && nvm use default
40
 
41
  # Set up PATH so that Node.js and npm can be found
42
+ ENV PATH $NVM_DIR/versions/node/v16.18.0/bin:$PATH
43
 
44
  # Run make command in robot-server directory
45
  RUN /bin/bash -c "source ~/.bashrc && make robot-server setup"