Skip to content

Commit b7824d3

Browse files
committed
docker cheat code Initialization done
1 parent 9893ef1 commit b7824d3

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

data/dockerfile.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,17 @@
3535
"title": "আরম্ভ (Initialization)",
3636
"items": [
3737
{
38-
"definition": "",
39-
"code": ""
38+
"code": "RUN bundle install"
4039
},
4140
{
42-
"definition": "",
43-
"code": ""
41+
"code": "WORKDIR /myapp"
42+
},
43+
{
44+
"definition": "মাউন্ট পয়েন্ট জন্য স্পেসিফিকেশন",
45+
"code": "VOLUME [\"/data\"]"
46+
},
47+
{
48+
"code": "ADD file.xyz /file.xyz\nCOPY --chown=user:group host_file.xyz /path/container_file.xyz"
4449
}
4550
]
4651
},

0 commit comments

Comments
 (0)