9 lines
No EOL
198 B
YAML
9 lines
No EOL
198 B
YAML
version: '3.8'
|
|
services:
|
|
web:
|
|
image: nseguin42/website:latest
|
|
env_file:
|
|
- .env
|
|
ports:
|
|
- 42080:25070
|
|
entrypoint: dotnet NSeguin.Dev.Web.dll --urls=http://localhost:25070 |