mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: add dockerfile base + remove ollama from core + add custom ext
This commit is contained in:
9
api/Dockerfile.base
Normal file
9
api/Dockerfile.base
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM scratch AS base
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
COPY patches ./patches
|
||||
|
||||
COPY . .
|
||||
Reference in New Issue
Block a user