diff --git a/Makefile b/Makefile index 8ebda65..4a4dbd0 100644 --- a/Makefile +++ b/Makefile @@ -20,9 +20,9 @@ docker-build: docker build -t bookstore-api . docker-run: - docker run -d --name bookstore-api \ - -p 8988:80 \ - -e GRAPHQL_KEY=${GRAPHQL_KEY} \ - -e BASIC_USERNAME=${BASIC_USERNAME} \ - -e BASIC_PASSWORD=${BASIC_PASSWORD} \ + docker run -d --name bookstore-api \ + -p 8988:80 \ + -e GRAPHQL_KEY=${GRAPHQL_KEY} \ + -e BASIC_USERNAME=${BASIC_USERNAME} \ + -e BASIC_PASSWORD=${BASIC_PASSWORD} \ bookstore-api