Spin - Replicate production no matter where you're running it. Spin - Replicate production no matter where you're running it.
v1.2.0-2
    • Home
  • Getting Started

    • Introduction & Concepts
    • Comparisons
  • Installation

    • Install to macOS
    • Install to Windows
    • Install to Linux
    • Install via NPM/Yarn
    • Install via Composer
  • Examples

    • New Laravel Project
  • Command Reference

    • build
    • debug
    • version
    • down
    • exec
    • help
    • kill
    • logs
    • run
    • up
    • update
  • Common Services

    • MariaDB
    • MeiliSearch
    • MySQL
    • Node
    • PHP
    • Redis
    • Soketi
    • Traefik
  • Community

    • Getting Help
    • Professional Support
    • Contributing
    • Releases
  • More

build

Purpose

Trigger a build of your docker-compose files.

Usage

spin build [OPTIONS]

Official Documentation & Additional Options

This command is a shortcut for docker-compose build and can accept additional options that you pass to it.

Edit this page on GitHub Updated at Wed, Jul 6, 2022
New Laravel Project debug

On this page

  • Purpose
  • Usage
  • Official Documentation & Additional Options