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:
|
blog:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
|
||||||
target: release
|
target: release
|
||||||
container_name: blog
|
container_name: blog
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Reference in New Issue
Block a user