Update addon_testing.markdown
This commit is contained in:
parent
b7482e3aba
commit
658f55ad1d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ You can build an try the addon on your developer machine also. Move all addon st
|
|||
|
||||
Use docker to build the test addon: `docker build -t local/my-test-addon .`
|
||||
|
||||
Create a new folder for data and add a test _options.json_. After that you can run our addon with: `docker run --rm -v /tmp/my_test_data:/data -P PORT_STUFF_IF_NEEDED local/my-test-addon`
|
||||
Create a new folder for data and add a test _options.json_. After that you can run our addon with: `docker run --rm -v /tmp/my_test_data:/data -p PORT_STUFF_IF_NEEDED local/my-test-addon`
|
||||
|
||||
## {% linkable_title Logs %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue