Skip to content

Commit

Permalink
GH-34 add build instructions for the godbledger image
Browse files Browse the repository at this point in the history
this is a prereuqisite of this repo's docker-build target
and must be done seperately since the dockefile for the
server image lives in the core godbledger repo not in
this one.
  • Loading branch information
davidalpert committed Apr 13, 2022
1 parent cc8c27d commit 2164661
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ This will open a webserver over port :3000 that you can navigate to with your we
Godbledger comes with a `docker-compose.yml` file and some make targets to help build the `godbledger` server and the `godbledger-web` server into a docker container and launch it with a mysql backend, configuring both to store state inside the host's default DATA_DIR so that state persists by default across restarts of the containers.
1. Build the container image
1. Build the `godbledger` server image
- follow the "Build the container image" step here https://github.com/darcys22/godbledger#running-in-docker or the steps described in the [Deploy GUI Web Server using Docker](https://github.com/darcys22/godbledger/wiki/Deploy-GUI-Web-Server-using-Docker) wiki page.
1. Build the `godbledger-web` container image
```
make docker-build
Expand Down

0 comments on commit 2164661

Please sign in to comment.