feat: add dockerfile base + remove ollama from core + add custom ext

This commit is contained in:
Mohamed Marrouchi
2024-10-27 12:23:32 +01:00
parent 4a8d0aaef1
commit bce390be84
11 changed files with 59 additions and 46 deletions

9
api/Dockerfile.base Normal file
View File

@@ -0,0 +1,9 @@
FROM scratch AS base
WORKDIR /app
COPY package*.json ./
COPY patches ./patches
COPY . .