From 83c1d229efbfbfe682b8a29cd4c22d7941a94d3b Mon Sep 17 00:00:00 2001 From: d33bs Date: Fri, 20 Aug 2021 10:46:14 -0600 Subject: [PATCH] makefile docker-run formatting --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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