Skip to content

magicjo/docker-learn-rxjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-learn-rxjs

Image for learn rxjs.

How it works ?

Execute the src/index.ts:

docker run -v $(pwd):/app/src magicjo/learn-rxjs:latest start

Execute tslint:

docker run -v $(pwd):/app/src magicjo/learn-rxjs:latest lint

Copy container node_modules in the current folder (for the ide, for example):

docker run -v $(pwd):/app/src --entrypoint './cp-nodemodules.sh' magicjo/learn-rxjs:latest

How to publish ?

First build:

docker build --force-rm --pull --no-cache --tag learn-rxjs .

Then tag image:

docker tag learn-rxjs magicjo/learn-rxjs:latest

At the end, publish:

docker push magicjo/learn-rxjs:latest

About

Image for learn rxjs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published