opentofu/website/docker-compose.build.yml
Janos a27f1b48ba
website: Dev server (#971)
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com>
2023-12-05 13:01:53 +00:00

13 lines
203 B
YAML

version: '3.8'
services:
website:
build: .
ports:
- "3000:3000"
volumes:
- ../:/work/opentofu-repo
command:
- npm
- run
- build
restart: no