Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwalach committed Jun 22, 2023
1 parent bc5dc3a commit c977f1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ test-resetdb: node_modules
.PHONY: docker
docker:
DOCKER_BUILDKIT=1 DOCKER_CONTENT_TRUST=1 docker build --progress=plain -f .docker/Dockerfile-build -t oryd/hydra:${IMAGE_TAG}-sqlite .
DOCKER_BUILDKIT=1 DOCKER_CONTENT_TRUST=1 docker build --progress=plain -f .docker/Dockerfile-distroless-static -t oryd/hydra:${IMAGE_TAG} .

.PHONY: e2e
e2e: node_modules test-resetdb
Expand Down

0 comments on commit c977f1f

Please sign in to comment.