Skip to content

Commit

Permalink
Document submodule pull (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
DSpeckhals authored Apr 12, 2024
1 parent 21491f8 commit b2c71b9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,14 @@ cookies or third-party analytic services involved in Bible.rs.
[Github](https://github.com/DSpeckhals/bible.rs) and create a pull request.

## Docker
- To run the Docker container for Bible.rs
1. Pull the Git repository, including submodules

`git pull https://github.com/DSpeckhals/bible.rs.git`

If you've already pulled the repo but not the migrations submodule, run `git submodule update --init --recursive`

2. To run the Docker container for Bible.rs

`docker build -t biblers . && docker run -p 8080:8080 --rm -it biblers`

- Navigate to `localhost:8080`
3. Navigate to `localhost:8080`

0 comments on commit b2c71b9

Please sign in to comment.