docker-composeの設定でDockerfileの名前を修正
This commit is contained in:
parent
e4b9e6d18b
commit
68f71f77ef
@ -2,7 +2,7 @@ services:
|
|||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile.prodcution
|
dockerfile: Dockerfile.production
|
||||||
ports:
|
ports:
|
||||||
- "80:3000"
|
- "80:3000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user