|
@@ -17,8 +17,14 @@ general way:
|
|
|
```
|
|
|
npm install && npm start
|
|
|
```
|
|
|
-if you want run this inside a docker container
|
|
|
+if you want to run this inside a docker container
|
|
|
```
|
|
|
docker build -t denghongcai/forsaken-mail .
|
|
|
docker run --name forsaken-mail -d -p 25:25 -p 3000:3000 denghongcai/forsaken-mail
|
|
|
```
|
|
|
+Open your browser and type in
|
|
|
+```
|
|
|
+http://localhost:3000
|
|
|
+```
|
|
|
+
|
|
|
+Enjoy!
|