mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
10 lines
158 B
YAML
10 lines
158 B
YAML
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
docs:
|
||
|
build:
|
||
|
context: ..
|
||
|
dockerfile: site/dockerfile
|
||
|
command: sh -c "npm run dev"
|
||
|
ports:
|
||
|
- 3000:3000
|