Skip to content

Commit

Permalink
Added build-docker-image target alias for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
mluypaert committed Jan 31, 2024
1 parent 1fc506c commit e8b7496
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ endif
.
@rm ${STORE_SECRETS_FILE}

.PHONY: docker-build-image
docker-build-image: build-docker-image \
$(call print-help,docker-build-image,\
Alias for build-docker-image.)

.PHONY: build-ui
build-ui: ENV.GOOGLE_OAUTH_CLIENT_ID \
$(call print-help,build-ui,\
Expand Down

0 comments on commit e8b7496

Please sign in to comment.