Skip to content
Snippets Groups Projects
Commit 9fad6b1b authored by Andri Joos's avatar Andri Joos :blush:
Browse files

add tasks.json

parent 6a9bc7fe
No related branches found
No related tags found
No related merge requests found
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "docker build",
"command": "docker",
"args": [
"build",
"."
]
}
]
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment