Skip to content

Commit

Permalink
fix comment docker_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeDTomita authored Dec 22, 2023
1 parent 34cba75 commit 5b4a2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docker rmi react-app:latest -f
docker build -t react-app:latest . --no-cache
docker run -p 80:8080 react-app:latest # -p localport:containerport

# open your browser and go to `localhost:80`.
# open your browser and go to `localhost:8080`.

0 comments on commit 5b4a2bc

Please sign in to comment.