fix bug in initial db creation caused by prometheus lib rtying to access tables at load time
This commit is contained in:
parent
6b0def543c
commit
d80fb60afd
8 changed files with 41 additions and 33 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/node:22
|
||||
FROM node:22-alpine
|
||||
|
||||
RUN mkdir /web
|
||||
WORKDIR /web
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue