16 lines
196 B
Markdown
16 lines
196 B
Markdown
Simple README
|
|
|
|
Just use Docker to build and to run for ease:
|
|
Build:
|
|
```
|
|
docker build -t mesite .
|
|
```
|
|
Run:
|
|
```
|
|
docker run -p 8084:80 mesite
|
|
```
|
|
|
|
Can access in browser now at:
|
|
```
|
|
localhost:8084
|
|
``` |