emotions-recognition / docker-compose.yaml
ev6's picture
Rename compose.yaml to docker-compose.yaml
b95b47d verified
raw
history blame
134 Bytes
services:
web:
build:
context: app
target: builder
dockerfile: app/Dockerfile
ports:
- '8000:8000'