Chris
Chris
This works but it should be included in the readme. I think it's critical for people to know. The problem with your solution is that the popups do not close...
One thing that works is setting up in application.css.scss : ``` @font-face { font-family: 'FontAwesome'; src: font-url('font-awesome/fonts/fontawesome-webfont.eot?v=4.0.3'); src: font-url('font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), font-url('font-awesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), font-url('font-awesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), font-url('font-awesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal;...
Did anyone find an answer to this ?
@ecbrodie This just worked but I don't understand why it did. I experimented for some hours without any success before trying your solution. Are you excluding the `./` from the...
Hi @Crupuk, I guess this happens because of the `/docker-entrypoint.sh` script. I don't have a solution for you right now, it needs a little bit of research first. Why don't...
@Crupuk yes, I will try to find a solution for this. I believe I can move the functionality of the shell script to the app itself. I'll keep you posted.
@Crupuk can you please remove the last line from the `Dockerfile` https://github.com/chrisvel/wreeto_official/blob/c463075f33ab8965786907f77b0fb866b347c990/Dockerfile#L50 ? Then build the docker image locally with `docker build .` and run the following commands with podman...
@Crupuk I am working on including the entrypoint script's commands in the Dockerfile but it will need a little bit more time and effort. It's definitely something that will help...
It's on the roadmap but I can easily add something similar. I am doing a big upgrade so it will have to wait a bit.
Hey @Ghisura, it's still being tested so these kind of errors are expected. I am working on simplifying the setup and the stack so I am taking a look and...