bit-docker
bit-docker copied to clipboard
A dockerfile setup to run your own Bit server.
run docker build . -t harmony-scope got error
When building the image I am running into this error: ```bash error Couldn't find package "@teambit/[email protected]" required by "@teambit/[email protected]" on the "npm" registry. ``` Adding an extra step that adds...
The readme for "Getting Started" doesn't seem to be correct. 1. Why build a local image if you are simply running another image. Should the instructions be: ``` docker run...
`remote scope "/opt/bit/test" was not found.` occurs after inputed user and password on client. `bit remote add` works while running `bit remote add file:///opt/bit/test` on bit-server。
# problem about '-it' arguments: ### 1. use this command will auto stop after server started ``` docker run --name my-scope -p 3000:3000 harmony-scope ``` > then print logs and...
when i follow the Readme.md, something is wrong in harmony-docker 1. run `docker build . -t harmony-scope` 2. run `docker run --rm --name my-scope -d -p 3000:3000 harmony-scope` only show...