Skip to content

Commit 24ecff5

Browse files
committed
Updated README
1 parent e0d1acd commit 24ecff5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ and Pete Broadwell (UCLA). React Application was created by Daniel Huang (UCLA).
1111

1212
# Troubleshooting
1313
* 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

Comments
 (0)