We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82518e commit 8879e7fCopy full SHA for 8879e7f
README.md
@@ -83,6 +83,16 @@ Your app is ready to be deployed!
83
84
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
85
86
+## Running with Docker
87
+
88
+### `docker build -t path2finding-visualizer .`
89
90
+Builds the React UI in production production and assembles a docker image to host the build using Nginx.
91
92
+### `docker run -p 80:80 -d path2finding-visualizer`
93
94
+Runs the Nginx server hosting the React UI on port 80. Access the running server at http://localhost
95
96
## Contributors ✨
97
98
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
0 commit comments