From 0ae19b2330ed1f0b7969685f579baed967078e26 Mon Sep 17 00:00:00 2001 From: Lucy Bridges Date: Fri, 26 Apr 2024 16:02:20 +0100 Subject: [PATCH] Add initial devcontainer Dockerfile This copies the updated dockerfile from the research-template repo (see this [PR](https://github.com/opensafely/research-template/pull/120)). --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 44e631f..8e9a8f5 100644 --- a/justfile +++ b/justfile @@ -3,3 +3,6 @@ set dotenv-load := true # list available commands default: @"{{ just_executable() }}" --list + +build: + docker build .