version: '3.8'
services:
bentopdf:
build:
context: .
dockerfile: Dockerfile
container_name: bentopdf
ports:
- '3000:80'
restart: unless-stopped