Skip to content

Commit

Permalink
chore: updated deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Feb 3, 2024
1 parent 76160d3 commit ecbc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ docker_run:
docker run -p 3000:3000 --name vortex-flows vortex:latest

deploy_service:
(dagster-webserver -h 0.0.0.0 -p 3000 &) && (dagster-daemon run &)
dagster-webserver -h 0.0.0.0 -p 3000 && dagster-daemon run

0 comments on commit ecbc40a

Please sign in to comment.