Skip to content

Commit 51ec97c

Browse files
committed
update readme
1 parent fb692bf commit 51ec97c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# self-hosted-unpkg
2+
3+
## How to run
4+
Create .env file. (see sample.env) and run:
5+
6+
```bash
7+
docker run -it --rm -p 443:443 -p 80:80 -v /local/path/to/cache:/usr/src/app/cache -v /local/path/to/ssl/acme:/usr/src/app/acme --env-file ./.env --name self-hosted-unpkg interactivetraining/self-hosted-unpkg
8+
```

0 commit comments

Comments
 (0)