Skip to content

Commit

Permalink
Update build_cfe.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-GT authored Feb 27, 2024
1 parent e78c08d commit 14e917b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/build_cfe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
echo ""
echo "##### Building cfe #####"
echo ""

echo "Set compose file"
COMPOSE_FILE="docker-compose-dev.yml"
echo "Code dir"
CODE_DIR="/code"
export UID=$UID

echo "Set uid"
UID=$UID
echo "UID: ${UID}"
echo "Run docker compose config.."
docker compose -f ${COMPOSE_FILE} config

Expand Down

0 comments on commit 14e917b

Please sign in to comment.