Skip to content

Commit

Permalink
docs(docker): expend www_modules usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Mar 28, 2024
1 parent b48c964 commit d15e1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ trame: # Default app under /index.html
This indicates that the docker image should run the `trame-app` package when a user connects.

Additional options at the same level as `app` include `www_modules` if there are custom Vue components that should be included, and `cmd` if a custom command should be used for launching the application (this will replace the `app` key).
Additional options at the same level as __app__ include __www_modules__ if there are custom Vue components that should be included, and `cmd` if a custom command should be used for launching the application (this will replace the `app` key). __www_modules__ expect a list of package names that should be enabled on the server when not already defined within `trame.modules.*`

Additional endpoints may also be specified. For instance:

Expand Down

0 comments on commit d15e1c2

Please sign in to comment.