bump readme
This commit is contained in:
12
README.md
12
README.md
@@ -3,14 +3,20 @@ Simple README
|
|||||||
Just use Docker to build and to run for ease:
|
Just use Docker to build and to run for ease:
|
||||||
Build:
|
Build:
|
||||||
```
|
```
|
||||||
docker build -t mesite .
|
docker build -t gigiaj/mesite .
|
||||||
```
|
```
|
||||||
Run:
|
Run:
|
||||||
```
|
```
|
||||||
docker run -p 8084:80 mesite
|
docker run -p 8084:80 gigiaj/mesite
|
||||||
```
|
```
|
||||||
|
|
||||||
Can access in browser now at:
|
Can access in browser now at:
|
||||||
```
|
```
|
||||||
localhost:8084
|
localhost:8084
|
||||||
```
|
```
|
||||||
|
|
||||||
|
deploy to docker repo
|
||||||
|
```
|
||||||
|
echo "$DOCKERHUB_PAT" | docker login --username gigiaj --password-stdin
|
||||||
|
docker push gigiaj/mesite:latest
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user