Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ replay_pid*
/medplat-ui/nbproject/private/
/medplat-ui/bower_components/
/medplat-ui/node_modules/
# Demo ignore
temp.txt
# Certificate PR demo
demo.txt
8 changes: 6 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,21 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | b
RUN /bin/bash -c "source $NVM_DIR/nvm.sh && nvm install $NODE_VERSION && nvm use --delete-prefix $NODE_VERSION"
ENV NODE_PATH $NVM_DIR/versions/node/$NODE_VERSION/bin
ENV PATH $NODE_PATH:$PATH

# Demo change for PR testing
RUN npm install --location=global npm@8.11.0

# Install global dependencies - bower
RUN npm install --location=global bower -y
# Demo change for certificate PR


# Copy application code to the working directory
COPY entrypoint.sh /usr/
COPY entrypoint.sh /usr/entrypoint.sh

EXPOSE 8181

RUN chmod +x /usr/entrypoint.sh

ENTRYPOINT [ "/usr/entrypoint.sh" ]
# Certificate PR demo change

8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# medplat
MEDPlat brings the simplicity and power of low-code technologies to healthcare implementations. MEDplat is a point-of-care application that provides an interface for healthcare providers through a mobile app and a web interface. This framework completely digitizes care delivery and management across all stakeholders.
---
Note: This line is added for PR testing.
---
Added a demo line for PR testing.
---
Added demo line for certificate PR.
---
Added demo line for certificate PR.
1 change: 1 addition & 0 deletions frontend-development-ai-powered-chatbot-system
Submodule frontend-development-ai-powered-chatbot-system added at 753b79
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file added medplat-android/.gradle/checksums/checksums.lock
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C25BE04117BBFB097F5EBA079CD319438AEEF5EB7D03FB50B58BF6A40CA761C7
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CE78964A9679F14058FFE49FB0AD701B5E52C47D377B888B34B9260C0BF20028
Empty file.
Loading