version: '3.8' services: web: image: nseguin42/website:latest env_file: - .env ports: - "42080:8080" entrypoint: dotnet NSeguin.Dev.Web.dll