my-website
my-website copied to clipboard
Binding custom config.ts on docker have no effect on web site content
Hello,
Execution of web-site on container works well but when i put a binding on custom config file config.ts, no change in web site contents are reflect.
docker run --rm --name website -p 4000:80 -v ./my-config.ts:/app/src/helpers/config.ts lissy93/devolio
I don't know if the command yarn build should be executed after a binding but i have this error in console log of container :
Thank you for helping me.