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 d95f59d commit 17025a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angular/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ RUN <<EOF
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 --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
# /app/tools/install.sh
# NODE_PATH=$(npm root --quiet -g) node /app/tools/index.js /app/source/dist/bin/adev/build/browser
EOF

FROM ikrong/mini-http:latest
Expand Down

0 comments on commit 17025a1

Please sign in to comment.