Skip to content

Commit

Permalink
updating port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
devaraj-s committed Aug 17, 2022
1 parent dc3a306 commit 69b089c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ WORKDIR /app
COPY package.json .
COPY build/ .
RUN yarn global add serve
EXPOSE 3000
EXPOSE 8080
CMD [ "yarn","serve" ]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"scripts": {
"start": "GENERATE_SOURCEMAP=false react-app-rewired start",
"build": "react-app-rewired build",
"serve": "serve -s /app -l tcp://0.0.0.0:3000",
"serve": "serve -s /app -l tcp://0.0.0.0:8080",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
Expand Down

0 comments on commit 69b089c

Please sign in to comment.