Adding migrations and lot of work. Starting work on the demo scope
This commit is contained in:
@@ -8,6 +8,9 @@ RUN npm run build
|
||||
FROM node:22-bookworm-slim
|
||||
ENV NODE_ENV=production PORT=8787
|
||||
WORKDIR /app
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends tesseract-ocr tesseract-ocr-eng tesseract-ocr-nor \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
COPY package*.json ./
|
||||
RUN npm ci --omit=dev
|
||||
COPY --from=build /app/dist ./dist
|
||||
|
||||
Reference in New Issue
Block a user