mirror of
https://github.com/garentyler/inferno.git
synced 2025-07-19 11:50:41 -06:00
12 lines
193 B
YAML
12 lines
193 B
YAML
services:
|
|
client-web:
|
|
build:
|
|
target: prod
|
|
volumes: !reset []
|
|
server:
|
|
build:
|
|
context: .
|
|
dockerfile: server/Dockerfile
|
|
target: prod
|
|
volumes: !reset []
|