Pascal76
Pascal76
The solution I found, but I don't think it is the best (I would prefer it gets the local file) On the Dockerfile I added : ADD ["template.html","templates"] And on...
FROM node:22 WORKDIR / ADD ["fonts","/usr/share/fonts"] USER root RUN addgroup --gid 48 apache RUN adduser --disabled-password --gecos '' --uid 48 --gid 48 apache RUN git clone https://github.com/highcharts/node-export-server.git WORKDIR /node-export-server ADD...
can the bot stop closing tickets automatically ?
Same issue here : #tabs- links causes the whole page to be reloaded for ever on the tabs :( I am on 1.13.2 build Same issue with 1.12.1 When I...