joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

Slynk server with all files compiled when built #608

Open K1D77A opened 1 year ago

K1D77A commented 1 year ago

Hi, I have been having issues with trying to get Slynk server to run inside of a container, currently I have to move the .fasls from .cache/common-lisp/.../slynk/.. into my container to be able to connect to the image, otherwise Slynk complains that it cannot find the fasls. Is it possible to have all of these required contribs etc loaded into the image when its built and dumped?

Thanks.