cjerzak commited on
Commit
f67f49a
·
verified ·
1 Parent(s): 8ea2821

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -1,7 +1,11 @@
 
1
  # Use the R base image
 
2
  FROM rocker/r-base:latest
3
 
 
4
  # Switch to /code as our working directory
 
5
  WORKDIR /code
6
 
7
  # ------------------------------------------------------------------------------
 
1
+ # ------------------------------------------------------------------------------
2
  # Use the R base image
3
+ # ------------------------------------------------------------------------------
4
  FROM rocker/r-base:latest
5
 
6
+ # ------------------------------------------------------------------------------
7
  # Switch to /code as our working directory
8
+ # ------------------------------------------------------------------------------
9
  WORKDIR /code
10
 
11
  # ------------------------------------------------------------------------------