Skip to content

Commit

Permalink
deploy: Add check-gadm-file dependency to build target in Makefile.
Browse files Browse the repository at this point in the history
Add check-gadm-file as a dependency for the build target to ensure the
GADM file is present before initiating the build process. This is
necessary because the Docker Compose configuration relies on the GADM
file as a volume for the container.

Signed-off-by: Nikolay Martyanov <[email protected]>
  • Loading branch information
OhmSpectator committed Jul 11, 2024
1 parent 4e7407e commit 17b0431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ reinit-db: check-gadm-file clean-volume init-db
stop:
$(DC) stop

build: check-env
build: check-env check-gadm-file
$(DC) build

run: check-env
Expand Down

0 comments on commit 17b0431

Please sign in to comment.