Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from UCBoulder/Bookstore-Updates-to-Low-Cost-No…
Browse files Browse the repository at this point in the history
…-Cost-and-OER-Fields

makefile docker-run formatting
  • Loading branch information
d33bs authored Aug 20, 2021
2 parents e64317b + 83c1d22 commit cd01bb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd01bb8

Please sign in to comment.