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