Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom CSS outside container : incalendar.css not updated #371

Open
Bbillyben opened this issue Apr 6, 2022 · 0 comments
Open

Custom CSS outside container : incalendar.css not updated #371

Bbillyben opened this issue Apr 6, 2022 · 0 comments

Comments

@Bbillyben
Copy link

Bbillyben commented Apr 6, 2022

Hi there,

I've deployed the container from docker hub (https://registry.hub.docker.com/r/lukdz/oncall/) on latest.

I've modified in db role names and add somes. It seems working very well for the moment.

I'm trying to customize css (outside the container).

I manage to update the oncall.css externally so my left menu is updated.
But I can't manage to modify incalendar.css which is bundeld with oncall.css so none of colors in calendar (with .inc-event[data-type="Mydatatype"] selecot) is updated .

I've added in volumes (every thing I found in the container) :

/docker/oncall/css/oncall.css:/home/oncall/src/oncall/ui/static/css/oncall.css
/docker/oncall/css/oncall.css:/home/oncall/env/lib/python3.6/site-packages/oncall/ui/static/css/oncall.css
/docker/oncall/css/oncall.css:/home/oncall/source/src/oncall/ui/static/css/oncall.css

/docker/oncall/css/incalendar.css:/home/oncall/src/oncall/ui/static/css/incalendar.css
/docker/oncall/css/incalendar.css:/home/oncall/env/lib/python3.6/site-packages/oncall/ui/static/css/incalendar.css
/docker/oncall/css/incalendar.css:/home/oncall/source/src/oncall/ui/static/css/incalendar.css

I do had to reference all oncall.css in order to make it works.

as you can imagine I'm a noob with docker.

Could you point me the right way to do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant