Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ldrahnik authored Nov 24, 2022
1 parent ead1904 commit eb55d2f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ DOCKER_BUILDKIT=1 sudo docker build \
-t vzp-point . --progress=plain
```

## Spuštění docker image vzp-point
## Jak spustit docker image lokálně

Env proměnné lokálně vkládané např. z jiného git repozitáře:

Expand All @@ -83,4 +83,10 @@ export ENCRYPT_KEY=$(cat ../pro-oc-vfn-secrets/encryptionkey.txt)
sudo docker run --network host -it \
-e ENCRYPT_KEY="${ENCRYPT_KEY}" \
vzp-point
```
```

## Jak spustit docker image na render.com

1) Disk `/userDataDir`
2) Environment `ENCRYPT_KEY`, `PORT`
3) Secret files `cert`, `cert_pass`, `googlechromepolicy`

0 comments on commit eb55d2f

Please sign in to comment.