clipfusion/docker-compose.yaml

12 lines
182 B
YAML

services:
web:
build:
context: .
dockerfile: ./src/Dockerfile
target: runner
ports:
- "3000:3000"
networks:
default:
name: clipfusion-network