Skip to content

Commit

Permalink
Update Makefile to avoid syntax error, fixes #8
Browse files Browse the repository at this point in the history
  • Loading branch information
sfu-peter authored Aug 25, 2022
1 parent 99c8b0d commit 55ba794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ check-sandbox-release check-staging-release check-prod-release: ## check status

## Development Targets

build-dev: export DOCKER_BUILDKIT = 1 ## Create the dev build and runtime images
build-dev: Dockerfile
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 .

outdated: ## Show outdated packages in the container
Expand Down

0 comments on commit 55ba794

Please sign in to comment.