6 lines
76 B
Docker
6 lines
76 B
Docker
FROM 192.168.10.61:5000/nvm_ubuntu:latest
|
|
|
|
WORKDIR /app
|
|
|
|
RUN nvm install 22
|