feat: Update Docker configuration and production environment settings for improved deployment
This commit is contained in:
parent
273b8d5a69
commit
b45eac8055
3 changed files with 11 additions and 7 deletions
|
|
@ -1,8 +1,5 @@
|
|||
services:
|
||||
worktracker:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: ${IMAGE_REGISTRY:-worktracker}:${IMAGE_TAG:-latest}
|
||||
environment:
|
||||
ASPNETCORE_ENVIRONMENT: ${ASPNETCORE_ENVIRONMENT:-Production}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue