You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When i want to run domain story modeler in docker, i have to clone the repo and call docker compose
Describe the solution you'd like
My prefered way would be to pull an offical domain-story-modeler image from docker hub and simply run it, probably with additional parameters
Describe alternatives you've considered
nothing to add
Additional context
nothing to add
The text was updated successfully, but these errors were encountered:
Open a terminal window in the project root folder and enter these commands:
docker-compose build
docker-compose up -d
At this point, you will have a custom image containing a web server listening on port 8080 on your host machine. To launch the app, open a browser and navigate to 'localhost:8080'.
If you are using Microsoft Edge, you can install this address as an App and then pin it to your start menu or taskbar so you can open it with a single click.
Is your feature request related to a problem? Please describe.
When i want to run domain story modeler in docker, i have to clone the repo and call docker compose
Describe the solution you'd like
My prefered way would be to pull an offical domain-story-modeler image from docker hub and simply run it, probably with additional parameters
Describe alternatives you've considered
nothing to add
Additional context
nothing to add
The text was updated successfully, but these errors were encountered: