Skip to content

Commit

Permalink
Add version spec to all images
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenjohnson committed Jul 18, 2024
1 parent 5c5c381 commit 28a5fd8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build/elasticsearch/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "docker compose --env-file build.env build"
}
}
7 changes: 7 additions & 0 deletions build/wdqs-frontend/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "docker compose --env-file build.env build"
}
}
7 changes: 7 additions & 0 deletions build/wdqs-proxy/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "docker compose --env-file build.env build"
}
}
7 changes: 7 additions & 0 deletions build/wdqs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "docker compose --env-file build.env build"
}
}

0 comments on commit 28a5fd8

Please sign in to comment.