Skip to content

Commit

Permalink
Change frontend build directory name to work around docker bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jbuckmccready committed Aug 8, 2023
1 parent d17131a commit f872b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ npm --version
npm install -g wasm-pack
EOF

RUN --mount=type=bind,source=frontend,target=frontend \
RUN --mount=type=bind,source=frontend,target=build_dir \
<<EOF
cd frontend
cd build_dir
npm install
npm run wasm
npm run build
Expand Down

0 comments on commit f872b5d

Please sign in to comment.