There was an error while loading. Please reload this page.
1 parent fb692bf commit 51ec97cCopy full SHA for 51ec97c
README.md
@@ -1 +1,8 @@
1
# 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