Remove dockerfile specification from blog service build configuration in compose.yml
Some checks failed
Build and Deploy Blog / build-and-deploy-local (push) Failing after 3s
Some checks failed
Build and Deploy Blog / build-and-deploy-local (push) Failing after 3s
This commit is contained in:
@@ -2,7 +2,6 @@ services:
|
||||
blog:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
target: release
|
||||
container_name: blog
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user