mirror of
https://github.com/dzhng/deep-research.git
synced 2026-03-22 07:57:16 +08:00
fix .env
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY package.json.docker ./package.json
|
||||
COPY .env.example ./.env.local
|
||||
COPY .env.local ./.env.local
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user