Commit 209bd619 authored by Mark Tyneway's avatar Mark Tyneway Committed by Kelvin Fichter

ops: add `make build` command

This will ensure the `builder` is built first so that other
services that depend on the `builder` do not pull a remote
`builder` image.
parent 4df829b1
build:
DOCKER_BUILDKIT=1 \
docker-compose \
-f docker-compose.yml build builder
DOCKER_BUILDKIT=1 \
docker-compose \
-f docker-compose.yml build
.PHONY: build
up: down
DOCKER_BUILDKIT=1 \
docker-compose \
......
......@@ -8,6 +8,12 @@ The docker-compose project runs a local optimism stack.
- docker-compose
- make
## Building the services
```bash
make build
```
## Starting and stopping the project
The base `docker-compose.yml` file will start the required components for a full stack.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment