forked from Sunbird-Lern/discussions-middleware
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Discussion Hub changes for removing oidc Plugin (#41)
* NodeBB create User * Updated the order of the API paths * updated docker file to call npm install * Added axios package * Removed telemetry helper * Made the API changes for getUser * update the urlParam for Request * Adding the user create API * request Body Fix * ResponseChanges * User Read API Url modified * Adding email Vaildation * Remove the content Read * Adding cassandra Impl * Adding port in config --------- Co-authored-by: Karthikeyan Rajendran <[email protected]> Co-authored-by: Haritest <[email protected]>
- Loading branch information
1 parent
a8f5fc7
commit 4c92fb5
Showing
4 changed files
with
190 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ MAINTAINER anjana <[email protected]> | |
WORKDIR /work | ||
COPY ./ /work | ||
EXPOSE 3002 | ||
RUN npm i | ||
RUN npm install --only=production | ||
CMD npm run start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters