Projekt_IO/docker/docker-compose.yml

10 lines
166 B
YAML

version: '3.3'
services:
cat-detection:
image: cat-detection
build:
context: ../
dockerfile: ./docker/Dockerfile
ports:
- "5000:5000"