Skip to content

Commit e675593

Browse files
committed
docker cheat code Variables done
1 parent b7824d3 commit e675593

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

data/dockerfile.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,10 @@
2222
"title": "ভেরিয়েবল (Variables)",
2323
"items": [
2424
{
25-
"definition": "",
26-
"code": ""
25+
"code": "ENV APP_HOME /myapp\nRUN mkdir $APP_HOME"
2726
},
2827
{
29-
"definition": "",
30-
"code": ""
28+
"code": "ARG APP_HOME=\"\"\nRUN mkdir $APP_HOME"
3129
}
3230
]
3331
},

0 commit comments

Comments
 (0)