I am using Meteor and Meteur Up package to push a bundle to server. It uses docker. The problem is that I cannot access graphicsmagick or imagemagick from inside a docker to use it in my app. However it is installed on the server and I can access it when typing gm command. How can I make it accessable?
相关问题
- Docker task in Azure devops won't accept "$(pw
- Why doesn't php sleep work in the windows-subs
- Unable to run mariadb when mount volume
- Unspecified error (0x80004005) while running a Doc
- Installing Pydev for Eclipse throws error
It doesn't seem to be configurable at the moment based on this open issue. However, you could always fork the project and modify the start script to use your own custom docker image. If so, make sure you make it: