Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 468 Bytes

Screeps Template

Getting Started

docker pull yz89122/screeps

Run

docker run -it --rm -v "$PWD/screeps-data:/app" screeps npx screeps init

Start

docker run -d -v "$PWD/screeps-data:/app" -p "21025:21025" screeps

// "screeps:init": "docker run -it --rm -v $PWD/screeps-data:/app screeps npx screeps init", // "screeps:start": "npx screeps start --logdir ./logs --port 21025 --steam_api_key YOUR_KEY_HERE"