c3lf-system-3/deploy/dev/Dockerfile.frontend
jedi d80fb60afd
All checks were successful
/ test (push) Successful in 2m27s
/ deploy (push) Successful in 3m22s
fix bug in initial db creation caused by prometheus lib rtying to access tables at load time
2025-03-09 21:27:19 +01:00

6 lines
89 B
Text

FROM node:22-alpine
RUN mkdir /web
WORKDIR /web
COPY package.json /web/
RUN npm install