We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d1acd commit 24ecff5Copy full SHA for 24ecff5
README.md
@@ -11,3 +11,10 @@ and Pete Broadwell (UCLA). React Application was created by Daniel Huang (UCLA).
11
12
# Troubleshooting
13
* If you are having fail to compile errors, it is likely that npm and node cannot compile ES6. Be sure they are set to npm 6.1.0v and node 8.9.4v
14
+
15
+# Running in Docker
16
+1. Navigate to repository directory root
17
+1. Build Docker image with `nexus2` as the name of your image:
18
+`docker build -t nexus2 .`
19
+2. Bind app's 3000 port to localhost:8080 and run the app: `docker run -p 8080:3000 nexus2`
20
+3. Once server is successfully running, open on browser at `localhost:8080`
0 commit comments