version: "3.8"
services:
web-humas-be:
build:
context: .
dockerfile: build/Dockerfile
volumes:
- .:/app
ports:
- "8800:8800"