Skip to content

pmoranga/continuous-dagster

 
 

Repository files navigation

Dagster Image

The way to build it (it will automatically tag the image as dagster:last-build and dagster:v0.COUNT):

make build

The way to run it:

docker run -d -p 3000:3000 --name dagster -v ${PWD}/app:/app  dagster:last-build

Note: You can run this on this same repository or in any other repository containing both structures ./app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.3%
  • Dockerfile 21.8%
  • Makefile 17.2%
  • Shell 4.7%