When runnig an app for the first time or after updating dependencies or after modifying frontend you have to run a script ./build.sh
from main project's directory.
When Docker image is built, you can run the app with docker-compose up
command.
When runnig an app for the first time or after updating dependencies or after modifying frontend you have to run a script ./build.sh
from main project's directory.
When Docker image is built, you can run the app with docker-compose up
command.