Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 751 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 751 Bytes

This is an alternative to screepers/screeps-launcher.

Why?

I believe that build and setup should happen during the build of a docker image. The screepers/screeps-launcher does all setup and installation during the run of the image.

This image does all installation and setup during the build stage. So to launch the server, it will only start the server. Mods and bots are managed at startup by checking your config.yml. npm is only invoked if changes are made to your config.yml.

Getting started, configuration, updating and troubleshooting

Please check the wiki! I will try to keep that one up to date.