@smi-digital/create-smi-app 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smi-digital/create-smi-app",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -12,7 +12,7 @@ services:
12
12
  networks:
13
13
  - agency_shared_network
14
14
  healthcheck:
15
- test: ["CMD", "curl", "-f", "http://localhost:1337/admin"]
15
+ test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:1337/admin"]
16
16
  interval: 10s
17
17
  timeout: 5s
18
18
  retries: 15