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
After completing the local avalon installation, in which directory are the source files of the avalon system placed? I need to modify the source file, but I can't find the source file of avalon in the docker system?
The text was updated successfully, but these errors were encountered:
Within the docker container the source code is at /home/app/avalon. If you need to modify the code, you can either rebuild the docker image using the Dockerfile in the avalon repository (https://github.com/avalonmediasystem/avalon/blob/main/Dockerfile) or you can make a copy of the source code outside of the docker container then mount it into the container. You can get the code by checking out the avalon repository: https://github.com/avalonmediasystem/avalon. This is the approach we use for our development environment so we don't have to rebuild the docker image for each change. If the avalon source code is in the directory with docker-compose.yml then this configuration would be the same as https://github.com/avalonmediasystem/avalon/blob/main/docker-compose.yml#L126-L127.
After completing the local avalon installation, in which directory are the source files of the avalon system placed? I need to modify the source file, but I can't find the source file of avalon in the docker system?
The text was updated successfully, but these errors were encountered: