Skip to content

Commit

Permalink
More Docker work
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Apr 22, 2024
1 parent 75282ea commit 5242165
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,16 @@ ADD churchroad/egglog_src/churchroad.egg web-demo/static/

WORKDIR /root
ADD churchroad-js churchroad-js
WORKDIR /root/churchroad-js
RUN npx webpack --config webpack.config.js


WORKDIR /
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
ENV PATH="/root/.cargo/bin:$PATH"
RUN curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh


WORKDIR /root
ADD Makefile Makefile
ADD tests tests
RUN make web

0 comments on commit 5242165

Please sign in to comment.