We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e27ab commit e6785f5Copy full SHA for e6785f5
Examples.GridJs/README.md
@@ -35,9 +35,16 @@ open browser and navigate to view all the files in the directory at http://local
35
1. docker build -t gridjs-demo-java .
36
37
2. run with aspose license file:
38
+
39
+```bash
40
docker run -d -p 8080:8080 -v C:/path/to/license.txt:/app/license gridjs-demo-java
41
+```
42
43
or just run the demo in trial mode:
44
45
46
docker run -d -p 8080:8080 gridjs-demo-java
47
48
49
3. open browser and enter the url: http://localhost:8080/gridjsdemo/list
50
0 commit comments