fix deployement script

This commit is contained in:
martin legrand
2025-04-17 12:05:23 +02:00
parent 3d1f42351f
commit 36b26b43c9
8 changed files with 80 additions and 26 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ COPY agentic-seek-front/package.json agentic-seek-front/package-lock.json ./
RUN npm install
# Copy application code
COPY .agentic-seek-front/ .
COPY agentic-seek-front/ .
# Expose port
EXPOSE 3000