File tree Expand file tree Collapse file tree 2 files changed +15
-20
lines changed
Expand file tree Collapse file tree 2 files changed +15
-20
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,6 @@ WORKDIR /home/
44
55COPY . .
66
7- RUN bash ./setup.sh
7+ RUN bash ./setup.sh
8+
9+ ENV TERM zsh
Original file line number Diff line number Diff line change 11{
2- "name" : " vs-online-nodejs-starter" ,
3- "version" : " 1.0.0" ,
4- "description" : " This project is a starter for Node.js developers to use VS Online with a more optimized environment." ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
8- },
9- "author" : " " ,
10- "license" : " MIT" ,
11- "repository" : {
12- "type" : " git" ,
13- "url" : " git+https://github.com/cutenode/vs-online-nodejs-starter.git"
14- },
15- "keywords" : [],
16- "bugs" : {
17- "url" : " https://github.com/cutenode/vs-online-nodejs-starter/issues"
18- },
19- "homepage" : " https://github.com/cutenode/vs-online-nodejs-starter#readme"
20- }
2+ "name" : " " ,
3+ "version" : " " ,
4+ "description" : " " ,
5+ "main" : " " ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "author" : " " ,
10+ "license" : " MIT" ,
11+ "keywords" : []
12+ }
13+
You can’t perform that action at this time.
0 commit comments