eisengrind / docker-altv-server

The unofficial alt:V server Docker image.
https://hub.docker.com/r/eisengrind/altv-server
MIT License
22 stars 18 forks source link

Support for JS Module v2? #40

Open datWeazel opened 5 months ago

datWeazel commented 5 months ago

Hi, can we get built in support for the new JS Module? https://github.com/altmp/altv-js-module-v2/releases

Currently, I simply mount them in via

volumes:
  - ./docker/modules/libjs-module-v2.so:/opt/altv/modules/libjs-module-v2.so
  - ./docker/modules/libnodev2.so:/opt/altv/libnodev2.so

But that way I have to manually update the module files.

pixlcrashr commented 5 months ago

Sure. When I have the time i add this to the docker file. Is it urgent, though?

datWeazel commented 5 months ago

Nah, take your time. :) Thank you.