Skip to content

Commit

Permalink
Merge pull request #238 from UW-Macrostrat/local-run-fixes
Browse files Browse the repository at this point in the history
A more straightforward credential system
  • Loading branch information
davenquinn authored Sep 24, 2024
2 parents 93f4456 + a62506f commit 04a4bd3
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 5,335 deletions.
5 changes: 0 additions & 5 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ DOCKER_TAG = latest

run:
docker build -t macrostrat-api .
docker run --env-file .env --rm -it -p 5000:5000 macrostrat-api
docker run --env-file .env --rm -it -p 5000:5000 macrostrat-api


Loading

0 comments on commit 04a4bd3

Please sign in to comment.