Skip to content

Commit

Permalink
Merge pull request #3 from hc-sc-ocdo-bdpd/dockerfile
Browse files Browse the repository at this point in the history
Defaulted to Dockerfile instead of Dockerhub
  • Loading branch information
benjaminLuoHC authored Mar 6, 2024
2 parents 5ca9393 + c54d2cd commit 82c3fa9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
9 changes: 6 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"name": "Your Dev Container",
"image": "docker.io/benjaminluohc/file_processing_tools:latest"
}
"name": "My Container",
"build": {
"context": "..",
"dockerfile": "../Dockerfile"
}
}
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ RUN apt-get update && apt-get install -y \
git

RUN pip install git+https://github.com/hc-sc-ocdo-bdpd/file-processing-tools.git


7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ If step 2 does not work, then try after replacing the code in `.devcontainer/dev

```json
{
"name": "My Container",
"build": {
"context": "..",
"dockerfile": "../Dockerfile"
}
"name": "Your Dev Container",
"image": "docker.io/benjaminluohc/file_processing_tools:latest"
}
```

0 comments on commit 82c3fa9

Please sign in to comment.