mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-26 00:41:27 -06:00
13 lines
203 B
YAML
13 lines
203 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
website:
|
||
|
build: .
|
||
|
ports:
|
||
|
- "3000:3000"
|
||
|
volumes:
|
||
|
- ../:/work/opentofu-repo
|
||
|
command:
|
||
|
- npm
|
||
|
- run
|
||
|
- build
|
||
|
restart: no
|