File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
.devcontainer/nhs-notify-devcontainer-loaded Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "containerEnv" : {
33 "GITHUBMONITOR" : " false" ,
4- "MAKECONFIG" : " false " ,
4+ "MAKECONFIG" : " true " ,
55 "SHOWWELCOME" : " true" ,
66 "UPDATEFROMTEMPLATE" : " false"
77 },
8- "image" : " ghcr.io/nhsdigital/nhs-notify-devcontainer-loaded:1.0.5 " ,
9- "name" : " Notify Loaded Dev Container 1.0.5 " ,
8+ "image" : " ghcr.io/nhsdigital/nhs-notify-devcontainer-loaded:1.0.16 " ,
9+ "name" : " Notify Loaded Dev Container 1.0.16 " ,
1010 "postCreateCommand" : " echo My own container created" ,
1111 "postStartCommand" : " echo My own container started"
1212}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform 1.10.1
77terraform-docs 0.19.0
88trivy 0.61.0
99vale 3.6.0
10- python 3.13.2
10+
1111
1212# ==============================================================================
1313# The section below is reserved for Docker image versions.
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ clean-schemas:
8383 rm -rf $(SCHEMA_YAML_DOCS_OUTPUT_DIR )
8484
8585debug : version
86+ bundle install --gemfile Gemfile-dev
8687 npm run debug
8788
8889version :
You can’t perform that action at this time.
0 commit comments