Current section
Files
Jump to
Current section
Files
priv/templates/nimble_template/docker-compose.yml.eex
version: "3.8"
services:
build:
build:
context: .
cache_from:
- <%= otp_app %>-build
target: build
image: <%= otp_app %>-build
app:
build:
context: .
cache_from:
- <%= otp_app %>-build
- <%= otp_app %>
target: app
image: <%= otp_app %>