Skip to content

botwayorg/ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Botway Code Editor

Botway CE is built on top of Coder

Build

docker build --build-arg PASSWORD="" \
    --build-arg GIT_REPO="" \
    --build-arg GITHUB_TOKEN="" \
    -t my-editor .

Run

docker run -p 8080:8080 my-editor