You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile the last version I use in docker, not in server mode, the image creation runs for ever and the memory increases until my server crash.
Do you have the same ?
I have to do that on my Dockerfile to fix the issue :
Hi
When I compile the last version I use in docker, not in server mode, the image creation runs for ever and the memory increases until my server crash.
Do you have the same ?
I have to do that on my Dockerfile to fix the issue :
RUN git clone https://github.com/highcharts/node-export-server.git &&
cd node-export-server &&
git reset --hard 23ce55a
The text was updated successfully, but these errors were encountered: