Skip to content

Commit

Permalink
fix: quickstart docker-compose (#2490)
Browse files Browse the repository at this point in the history
Closes #2488
  • Loading branch information
aeneasr committed May 25, 2022
1 parent 2c07b17 commit 9717762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ sdk: .bin/swagger .bin/ory node_modules
quickstart:
docker pull oryd/kratos:latest
docker pull oryd/kratos-selfservice-ui-node:latest
quickstart -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate
docker-compose -f quickstart.yml -f quickstart-standalone.yml up --build --force-recreate

.PHONY: quickstart-dev
quickstart-dev:
docker build -f .docker/Dockerfile-build -t oryd/kratos:latest .
quickstart -f quickstart.yml -f quickstart-standalone.yml -f quickstart-latest.yml $(QUICKSTART_OPTIONS) up --build --force-recreate
docker-compose -f quickstart.yml -f quickstart-standalone.yml -f quickstart-latest.yml $(QUICKSTART_OPTIONS) up --build --force-recreate

# Formats the code
.PHONY: format
Expand Down

0 comments on commit 9717762

Please sign in to comment.