Skip to content

Commit

Permalink
Add initial devcontainer Dockerfile
Browse files Browse the repository at this point in the history
This copies the updated dockerfile from the research-template repo (see this
[PR](opensafely/research-template#120)).
  • Loading branch information
lucyb committed Apr 26, 2024
1 parent 2b632f5 commit 0ae19b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ set dotenv-load := true
# list available commands
default:
@"{{ just_executable() }}" --list

build:
docker build .

0 comments on commit 0ae19b2

Please sign in to comment.