mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-03 01:30:11 +00:00
refactor : frontend
This commit is contained in:
parent
d5a07c11db
commit
ad21f66a44
@ -52,12 +52,12 @@ services:
|
||||
frontend:
|
||||
container_name: frontend
|
||||
build:
|
||||
context: ./frontend/agentic-seek
|
||||
context: ./frontend
|
||||
dockerfile: Dockerfile.frontend
|
||||
ports:
|
||||
- "3000:3000"
|
||||
volumes:
|
||||
- ./frontend/agentic-seek/src:/app/src
|
||||
- ./frontend/agentic-seek-front/src:/app/src
|
||||
- ./screenshots:/app/screenshots
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
|
@ -3,11 +3,11 @@ FROM node:18
|
||||
WORKDIR /app
|
||||
|
||||
# Install dependencies
|
||||
COPY package.json package-lock.json ./
|
||||
COPY agentic-seek-front/package.json agentic-seek-front/package-lock.json ./
|
||||
RUN npm install
|
||||
|
||||
# Copy application code
|
||||
COPY . .
|
||||
COPY .agentic-seek-front/ .
|
||||
|
||||
# Expose port
|
||||
EXPOSE 3000
|
Loading…
x
Reference in New Issue
Block a user