my-website icon indicating copy to clipboard operation
my-website copied to clipboard

Binding custom config.ts on docker have no effect on web site content

Open zareefy opened this issue 1 year ago • 0 comments

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 :

image

image

Thank you for helping me.

zareefy avatar Mar 15 '24 09:03 zareefy