Skip to content

Commit

Permalink
Use updated scripts in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Mar 5, 2024
1 parent 2bcacef commit f7563ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fi
cd /source
sudo -u nav python3 -m build
pip install -e .
sudo -u nav make webpacksass
sudo -u nav make sassbuild

if [[ ! -f "/etc/nav/nav.conf" ]]; then
echo "Copying initial NAV config files into this container"
Expand Down
2 changes: 1 addition & 1 deletion tools/docker/sass-watch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
cd /source
while inotifywait -e modify -e move -e create -e delete -r --exclude \# /source/python/nav/web/sass
do
(cd python/nav/web/static/js && npm run build:sass:prod)
make sasswatch
done

0 comments on commit f7563ea

Please sign in to comment.