Skip to content

Commit

Permalink
Make run use the environmental variable for GEMINI_API_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Sep 9, 2024
1 parent 1be13c8 commit d6428b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ publish: build
docker push $(DOCKER_IMAGE)

run: build
docker run -p 5555:5555 -e GEMINI_API_KEY=$GEMINI_API_KEY $(DOCKER_IMAGE)
docker run -p 5555:5555 -e GEMINI_API_KEY=${GEMINI_API_KEY} $(DOCKER_IMAGE)

0 comments on commit d6428b7

Please sign in to comment.