diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile
index 5c3051c..e46b02d 100644
--- a/.gitpod.Dockerfile
+++ b/.gitpod.Dockerfile
@@ -23,3 +23,6 @@ RUN git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTO
RUN sed -i 's/ZSH_THEME="robbyrussell"/ZSH_THEME="powerlevel10k\/powerlevel10k"/' $HOME/.zshrc
RUN wget https://gist.githubusercontent.com/nooobcoder/d8f728b999329c4edf563cd378d0398c/raw/.p10k.zsh -O $HOME/.p10k.zsh
RUN echo "[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh" >> $HOME/.zshrc
+RUN sh -c "sudo add-apt-repository ppa:linuxuprising/java -y"
+RUN sh -c "sudo apt update -y"
+RUN sh -c "sudo apt-get install oracle-java17-installer oracle-java17-set-default -y"
diff --git a/Readme.md b/Readme.md
index bff1a7d..3768b7d 100644
--- a/Readme.md
+++ b/Readme.md
@@ -11,6 +11,8 @@
*This project is built with [**React18**](https://reactjs.org/blog/2021/06/08/the-plan-for-react-18.html) support which means it has bleeding edge support of the latest web framework. **To get started in clicks, follow the docker deployment guide below or follow the coder's guide (advanced).***
+⚠ All data used in the project, portrayed in the screenshot are for exemplar purposes only. The author/company owns no right on the data, and is not at all meant to be used on a production level. This was a training project and needs to be used for knowledge delivery purposes only.
+

> [Screenshots](Screenshots)
diff --git a/Track 4_ReactJS_Web Development/Project/Docker/README.md b/Track 4_ReactJS_Web Development/Project/Docker/README.md
new file mode 100644
index 0000000..0f5b7ef
--- /dev/null
+++ b/Track 4_ReactJS_Web Development/Project/Docker/README.md
@@ -0,0 +1,7 @@
+**BUILD DOCKER IMAGE**
+
+```sh
+ docker build -t ankurpaul19/highradiustraining-servlet -f Dockerfile-servlet.dockerfile .
+
+ docker build -t ankurpaul19/highradiustraining-flask -f Dockerfile-flask.dockerfile .
+```
diff --git a/Training Report/Highradius Training Report Ankur Paul 11901599 HRC70936W.docx b/Training Report/Highradius Training Report Ankur Paul 11901599 HRC70936W.docx
new file mode 100644
index 0000000..b454201
Binary files /dev/null and b/Training Report/Highradius Training Report Ankur Paul 11901599 HRC70936W.docx differ
diff --git a/Training Report/Report Guidelines.pdf b/Training Report/Report Guidelines.pdf
new file mode 100644
index 0000000..fd1fa68
Binary files /dev/null and b/Training Report/Report Guidelines.pdf differ