diff --git a/Dockerfile b/Dockerfile
index 611220e..8856670 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,8 +21,8 @@ RUN npm run build
#### Step 2
# Copy the build directory to Nginx directory
-
-# Fetch nginx image from docker hub
+#Fetch nginx image from docker hub
FROM nginx
EXPOSE 80
+#
COPY --from=builder /app/build /usr/share/nginx/html
diff --git a/docker-compose.yml b/docker-compose.yml
index 27e277d..b7e70f9 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,3 +1,4 @@
+#use itfor development
version: '3'
services:
web:
@@ -18,4 +19,4 @@ services:
# Reference local machine's folder to react-project in container
# Map
# local-machine-folder:container-folder
- - .:/react-project
\ No newline at end of file
+ - .:/react-project
diff --git a/src/App.js b/src/App.js
index 8ca19e4..80f3497 100644
--- a/src/App.js
+++ b/src/App.js
@@ -9,6 +9,7 @@ function App() {
Edit src/App.js
and save to reload by Abhinav 124.
+ master