Skip to content

Commit 1b0604a

Browse files
committed
fix Dockerfile name
1 parent 98235b9 commit 1b0604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ commands:
1111
Build and optionally deploy a Docker images
1212
parameters:
1313
dockerfile:
14-
default: Dockerfile.multistage
14+
default: Dockerfile
1515
description: 'Name of dockerfile to use, defaults to Dockerfile'
1616
type: string
1717
extra_build_args:

0 commit comments

Comments
 (0)