feat: implement consumer info update and password change functionality with DTOs
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM node:22-slim AS base
|
||||
|
||||
WORKDIR /app
|
||||
ARG NPM_REGISTRY=https://registry.npmjs.org/
|
||||
ARG NPM_REGISTRY=https://hub.megan.ir/npm/
|
||||
ENV NPM_CONFIG_REGISTRY=${NPM_REGISTRY}
|
||||
ENV npm_config_registry=${NPM_REGISTRY}
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
||||
Reference in New Issue
Block a user