Skip to content

Commit

Permalink
Fix demo.sh so it now brings up http localhost page showing js/css as…
Browse files Browse the repository at this point in the history
…sets not being loaded
  • Loading branch information
JonJagger committed Dec 1, 2023
1 parent fac33b7 commit 87c2b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set -Eeu
export MY_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
export SCRIPTS_DIR="${MY_DIR}/sh"

source "${SCRIPTS_DIR}/lib.sh"
source "${SCRIPTS_DIR}/build_images.sh"
source "${SCRIPTS_DIR}/config.sh"
source "${SCRIPTS_DIR}/containers_down.sh"
Expand Down

0 comments on commit 87c2b16

Please sign in to comment.