opentofu/website/docker-compose.build.yml

13 lines
203 B
YAML
Raw Normal View History

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