Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrong committed Jul 9, 2024
1 parent e0356f3 commit e304e25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN <<EOF
set -e
cd /app/source/
yarn install --frozen-lockfile --non-interactive
yarn bazel build //adev:build --fast_adev --config=release --verbose_failures=true --sandbox_debug
# yarn bazel build //adev:build --fast_adev --config=release --verbose_failures=true --sandbox_debug
yarn bazel build //adev:build --fast_adev --verbose_failures=true
/app/tools/install.sh
NODE_PATH=$(npm root --quiet -g) node /app/tools/index.js /app/source/dist/bin/adev/build/browser
EOF
Expand Down

0 comments on commit e304e25

Please sign in to comment.