Skip to content

Commit

Permalink
Merge pull request #87 from theImmortalCoders/dev
Browse files Browse the repository at this point in the history
Release 1.0
  • Loading branch information
pablitoo1 authored Nov 1, 2024
2 parents 6e20ede + 15828b8 commit d1c3249
Show file tree
Hide file tree
Showing 61 changed files with 8,121 additions and 3,199 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /project

RUN npm install -g @angular/cli@18

COPY "rag-2-frontend/package.json" "rag-2-frontend/package-lock.json" ./
COPY "package.json" "package-lock.json" ./
RUN npm ci

COPY . .
Expand All @@ -24,6 +24,6 @@ groupadd docker
usermod -aG docker vscode
EOF

COPY "rag-2-frontend/" .
COPY "/" .

CMD ["ng", "serve", "--host", "0.0.0.0"]
Loading

0 comments on commit d1c3249

Please sign in to comment.