remove obsolete version from compose.yaml
Some checks failed
build / build (push) Has been cancelled
Some checks failed
build / build (push) Has been cancelled
This commit is contained in:
parent
e70ad7c08a
commit
0b4b40707c
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
|||
version: '3.8'
|
||||
services:
|
||||
web:
|
||||
image: nseguin42/website:latest
|
||||
|
@ -6,4 +5,4 @@ services:
|
|||
- .env
|
||||
ports:
|
||||
- "42080:8080"
|
||||
entrypoint: dotnet NSeguin.Dev.Web.dll
|
||||
entrypoint: dotnet NSeguin.Dev.Web.dll
|
||||
|
|
Loading…
Reference in a new issue