Add cloud9 for development
This commit is contained in:
parent
ba577a699c
commit
fb6518da0a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
|
.c9
|
||||||
|
lerna-debug.log
|
||||||
node_modules
|
node_modules
|
||||||
packages/**/dist
|
packages/**/dist
|
||||||
packages/**/lib
|
packages/**/lib
|
||||||
|
|||||||
@ -41,3 +41,9 @@ These are `npm --global` dependencies:
|
|||||||
# Run Tests
|
# Run Tests
|
||||||
|
|
||||||
`lerna run test`
|
`lerna run test`
|
||||||
|
|
||||||
|
# Development
|
||||||
|
|
||||||
|
Cloud9 IDE is available via Docker container for development.
|
||||||
|
|
||||||
|
`docker-compose up cloud9`
|
||||||
|
|||||||
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
version: '2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
cloud9:
|
||||||
|
image: sapk/cloud9:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./:/workspace/
|
||||||
|
ports:
|
||||||
|
- 8080:8080
|
||||||
|
- 8181:8181
|
||||||
|
command: --auth c9:c9
|
||||||
Loading…
x
Reference in New Issue
Block a user