Skip to content

Commit 7230b11

Browse files
gentcysappleboy
authored andcommitted
Fixing specified Dockerfile name (laradock#745)
1 parent 7b9ec17 commit 7230b11

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
- NODE_VERSION=${WORKSPACE_NODE_VERSION}
3535
- YARN_VERSION=${WORKSPACE_YARN_VERSION}
3636
- TZ=${WORKSPACE_TIMEZONE}
37-
dockerfile: "dockerfile-${PHP_VERSION}"
37+
dockerfile: "Dockerfile-${PHP_VERSION}"
3838
volumes_from:
3939
- applications
4040
extra_hosts:
@@ -65,7 +65,7 @@ services:
6565
- INSTALL_MYSQLI=${PHP_FPM_INSTALL_MYSQLI}
6666
- INSTALL_TOKENIZER=${PHP_FPM_INSTALL_TOKENIZER}
6767
- INSTALL_INTL=${PHP_FPM_INSTALL_INTL}
68-
dockerfile: "dockerfile-${PHP_VERSION}"
68+
dockerfile: "Dockerfile-${PHP_VERSION}"
6969
volumes_from:
7070
- applications
7171
expose:

0 commit comments

Comments
 (0)