You need to sign in or sign up before continuing.
update dockerfile doc to follow the examples
Compare changes
+ 48
− 36
@@ -14,16 +14,18 @@ Here, you can see the content of the ``Dockerfile``:
@@ -14,16 +14,18 @@ Here, you can see the content of the ``Dockerfile``:
@@ -48,16 +50,18 @@ Here, you can see the content of the ``Dockerfile``:
@@ -48,16 +50,18 @@ Here, you can see the content of the ``Dockerfile``:
@@ -88,7 +92,9 @@ Line 1: The base image, with the right version
@@ -88,7 +92,9 @@ Line 1: The base image, with the right version
@@ -96,7 +102,9 @@ Line 1: The base image, with the right version
@@ -96,7 +102,9 @@ Line 1: The base image, with the right version
@@ -129,7 +137,7 @@ Line 5: Working Directory
@@ -129,7 +137,7 @@ Line 5: Working Directory
@@ -137,7 +145,7 @@ Line 5: Working Directory
@@ -137,7 +145,7 @@ Line 5: Working Directory
@@ -146,26 +154,30 @@ Lines 8-11: The system dependencies
@@ -146,26 +154,30 @@ Lines 8-11: The system dependencies
@@ -173,7 +185,7 @@ Lines 14-17: The package dependencies
@@ -173,7 +185,7 @@ Lines 14-17: The package dependencies
@@ -186,7 +198,7 @@ Lines 14-17: The package dependencies
@@ -186,7 +198,7 @@ Lines 14-17: The package dependencies
@@ -195,8 +207,8 @@ Lines 14-17: The package dependencies
@@ -195,8 +207,8 @@ Lines 14-17: The package dependencies
@@ -243,7 +255,7 @@ If can be from cran, from bioconductor, or even a github package.
@@ -243,7 +255,7 @@ If can be from cran, from bioconductor, or even a github package.
@@ -252,7 +264,7 @@ Line 20: Grant shiny to create bookmark state
@@ -252,7 +264,7 @@ Line 20: Grant shiny to create bookmark state
@@ -260,7 +272,7 @@ Line 20: Grant shiny to create bookmark state
@@ -260,7 +272,7 @@ Line 20: Grant shiny to create bookmark state
@@ -269,7 +281,7 @@ Line 23: Copy your app into the image
@@ -269,7 +281,7 @@ Line 23: Copy your app into the image
@@ -279,7 +291,7 @@ Line 23: Copy your app into the image
@@ -279,7 +291,7 @@ Line 23: Copy your app into the image
@@ -288,7 +300,7 @@ Line 26: Grant shiny to write output data
@@ -288,7 +300,7 @@ Line 26: Grant shiny to write output data