Skip to content

Commit

Permalink
fix: whitespace issue fixed in build-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinhp committed Aug 26, 2022
1 parent 502f40c commit 6f449bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ check-sandbox-release check-staging-release check-prod-release: ## check status

## Development Targets

build-dev: export DOCKER_BUILDKIT = 1
build-dev: export DOCKER_BUILDKIT = 1
build-dev: Dockerfile ## Create the dev build and runtime images
@docker build --build-arg DEVEL=yes --build-arg TEST=yes -t {{ cookiecutter.project_slug }}_local_django:dev .

Expand Down

0 comments on commit 6f449bb

Please sign in to comment.