1
0
stopwatch/README.md
2022-06-17 13:18:08 +03:00

13 lines
413 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# StopWatch
## RUN GUIDE
1. Build Docker Image `docker build -t cwchristerw/stopwatch .`
2. Run Container `docker run --rm cwchristerw/stopwatch`
3. Open Web Browser `http://172.17.0.[N]:3000`
## UPDATE GUIDE
1. Build Docker Image `docker build -t cwchristerw/stopwatch .`
2. Run Container with npm update command `docker run --rm -v "$PWD":/usr/src/app/ cwchristerw/stopwatch npm update`