-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from xeptagondev/iverfiy-rdc-be
Iverfiy rdc be
- Loading branch information
Showing
52 changed files
with
3,596 additions
and
31,978 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
FROM node:lts-alpine | ||
WORKDIR /app | ||
COPY ./dist/apps/publisher . | ||
COPY ./ssl . | ||
ENV PORT=3334 | ||
EXPOSE 3334 | ||
RUN npm install --production | ||
RUN npm install reflect-metadata tslib rxjs @nestjs/platform-express | ||
CMD node ./main.js | ||
CMD node ./main.js |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
FROM node:lts-alpine | ||
WORKDIR /app | ||
COPY ./dist/apps/triage . | ||
COPY ./ssl . | ||
ENV PORT=3335 | ||
EXPOSE 3335 | ||
RUN npm install --production | ||
RUN npm install reflect-metadata tslib rxjs @nestjs/platform-express | ||
CMD node ./main.js | ||
CMD node ./main.js |
Oops, something went wrong.