File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1313 }
1414 },
1515 // Use 'forwardPorts' to make a list of ports inside the container available locally.
16- "forwardPorts" : [
17- // Jekyll server
18- 4000 ,
19- // Live reload server
20- 35729
21- ],
16+ // "forwardPorts": [
17+ // // Jekyll server
18+ // 4000,
19+ // // Live reload server
20+ // 35729
21+ // ],
2222
2323 // Use 'postCreateCommand' to run commands after the container is created.
2424 "postCreateCommand" : " sh /usr/local/post-create.sh" ,
Original file line number Diff line number Diff line change 3838 }
3939 },
4040 // Use 'forwardPorts' to make a list of ports inside the container available locally.
41- "forwardPorts" : [
42- 8080
43- ],
41+ // "forwardPorts": [
42+ // 8080
43+ // ],
4444 // Use 'postCreateCommand' to run commands after the container is created.
4545 // "postCreateCommand": "sudo chmod a+x \"$(pwd)\" && sudo rm -rf /var/www/html && sudo ln -s \"$(pwd)\" /var/www/html"
4646
You can’t perform that action at this time.
0 commit comments