Skip to content

Commit

Permalink
fix(docker): set ROOT_DIR var uppercase
Browse files Browse the repository at this point in the history
User-defined upper case variables are suppose to signal a user input
option. That is, the use can decide what directory to run the
container on.

Signed-off-by: Jose Martins <[email protected]>
  • Loading branch information
josecm committed Oct 13, 2023
1 parent 8750ce6 commit 018bab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) Bao Project and Contributors. All rights reserved

root_dir?=$(realpath ../..)
ROOT_DIR?=$(realpath ../..)

DOCKER?=$(shell which docker)
docker_repo:=baoproject/bao
Expand Down

0 comments on commit 018bab6

Please sign in to comment.