Commit ecfee1d
authored
fix(server): Copy the static health check files into server container (#3351)
### Motivation
Server container failed v1/health endpoint check because missing the
static files from lambda-tiler.
### Modifications
Copy the file into the server container
### Verification
#### Failure without static files

#### Success with static files
1 parent 2aea3c7 commit ecfee1d
2 files changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
| |||
0 commit comments