Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
adds instructions to run local app
Browse files Browse the repository at this point in the history
  • Loading branch information
dfcastap committed Jun 29, 2020
1 parent 155ac0c commit 551d790
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# ageobot
Skunkworks flask app for random geophysics stuff

To run locally:
- Install [Docker](https://docs.docker.com/get-docker/)
- Install [Docker Compose](https://docs.docker.com/compose/install/)
- Clone this repo
- Open a terminal, `cd` into the cloned repo's directory and run `docker-compose up --build`

The app will listen for calls at port `8080` of `localhost`.

0 comments on commit 551d790

Please sign in to comment.