mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-01 02:38:57 +00:00
8 lines
97 B
YAML
8 lines
97 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
nextjs-app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|