4 | 4 |
similarity index 73% |
5 | 5 |
rename from Dockerfile |
6 | 6 |
rename to .devcontainer/Dockerfile |
... | ... |
@@ -1,6 +1,6 @@ |
1 | 1 |
# syntax=docker/dockerfile:1 |
2 | 2 |
|
3 |
-FROM bioconductor/bioconductor_docker:RELEASE_3_19 |
|
3 |
+FROM bioconductor/bioconductor_docker:devel |
|
4 | 4 |
LABEL Name=spanorm Version=0.0.1 |
5 | 5 |
RUN mkdir /root/rpkg |
6 | 6 |
COPY . /root/rpkg |
... | ... |
@@ -6,7 +6,7 @@ |
6 | 6 |
// Sets the run context to one level up instead of the .devcontainer folder. |
7 | 7 |
"context": "..", |
8 | 8 |
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename. |
9 |
- "dockerfile": "../Dockerfile" |
|
9 |
+ "dockerfile": "Dockerfile" |
|
10 | 10 |
}, |
11 | 11 |
|
12 | 12 |
// Features to add to the dev container. More info: https://containers.dev/features. (github::bhuvad/restools) |