Refactor auth-service to iam-service and update related documentation
- Renamed auth-service to iam-service across various files for consistency. - Updated Dockerfiles, deployment configurations, and documentation to reflect the service name change. - Enhanced testing commands in documentation to point to the new iam-service. - Removed outdated auth-service files and configurations to streamline the project structure. - Improved bilingual documentation for clarity on the new service structure and usage.
This commit is contained in:
@@ -19,7 +19,7 @@ COPY packages/config/prettier-config/package.json ./packages/config/prettier-con
|
||||
COPY packages/config/tsconfig/package.json ./packages/config/tsconfig/
|
||||
COPY apps/web-client/package.json ./apps/web-client/
|
||||
COPY apps/web-admin/package.json ./apps/web-admin/
|
||||
COPY services/auth-service/package.json ./services/auth-service/
|
||||
COPY services/iam-service/package.json ./services/iam-service/
|
||||
# Install all dependencies for entire monorepo
|
||||
RUN --mount=type=cache,id=pnpm,target=/root/.local/share/pnpm/store \
|
||||
pnpm install --frozen-lockfile
|
||||
|
||||
Reference in New Issue
Block a user