Skip to content

Commit

Permalink
Add WIP Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
Jacob Woffenden authored Apr 3, 2024
1 parent ce38abb commit ae2c70c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"ms-python.black-formatter",
"ms-python.isort",
"ms-python.flake8",
"ms-python.autopep8"
"ms-python.autopep8",
"ms-vscode.makefile-tools"
]
}
}
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
build:
docker build --file Dockerfile --tag ghcr.io/ministryofjustice/observability-platform-grafana-api-key-rotator:latest .

0 comments on commit ae2c70c

Please sign in to comment.