novboy / continuous-dagster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 56.4%Language:Dockerfile 21.8%Language:Makefile 17.2%Language:Shell 4.7%