Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 297 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 297 Bytes

docker-rojo

Docker container for roblox rojo cli

Usage

Pull the container

docker pull sadsamurai/rojo

Build your project

cd ~/your-project
docker run --rm -it -u $(id -u):$(id -g) \
  -v ${PWD}:/app:rw -w /app sadsamurai/rojo \
  rojo build --output project.rbxlx