docker-composeの設定でDockerfileの名前を修正

This commit is contained in:
ntki72 2025-01-03 22:45:07 +09:00
parent e4b9e6d18b
commit 68f71f77ef

View File

@ -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: