Skip to content

Commit d099027

Browse files
trying feature publish.
1 parent 1f78844 commit d099027

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"image": "ghcr.io/nhsdigital/nhs-notify-devcontainer-base:latest",
3+
"features": {
4+
"./nhsnotify": {
5+
"version": "1.0.1",
6+
"updateFromTemplate": true,
7+
"showWelcome": true
8+
}
9+
},
10+
"runArgs": [
11+
"--platform=linux/amd64"
12+
],
13+
"forwardPorts": [
14+
4000
15+
],
16+
"name": "NHS Notify Fully Loaded Developer Container"
17+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../features/nhsnotify

src/devcontainers/loaded/.devcontainer/scripts/start.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)