From 0469e02da37789030fb4c2944e40b5232608b79c Mon Sep 17 00:00:00 2001 From: Kamil Radomski Date: Thu, 25 Feb 2021 12:25:03 +0100 Subject: [PATCH] test --- bin/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/compile b/bin/compile index f8708be..ca4b834 100644 --- a/bin/compile +++ b/bin/compile @@ -141,5 +141,5 @@ fi du -h -d 2 | sort -n -export PATH="$PATH":"/app/dart-sdk/bin/" -export PATH="$PATH":"/app/.pub-cache/bin" +export PATH="$PATH":"/$APP_DIR/dart-sdk/bin/" +export PATH="$PATH":"/$APP_DIR/.pub-cache/bin"