Skip to content

Commit 1998e5c

Browse files
committed
[NRL-1179] Remove context from docker build command in Makefile
1 parent d555f5a commit 1998e5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ build-ci-image: ## Build the CI image
7878
@echo "Building the CI image"
7979
docker build \
8080
-t nhsd-nrlf-ci-build:latest \
81-
-f Dockerfile.ci-build \
82-
.
81+
-f Dockerfile.ci-build
8382

8483
ecr-login: ## Login to NRLF ECR repo
8584
@echo "Logging into ECR"

0 commit comments

Comments
 (0)