Skip to content

Commit

Permalink
add std to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmindlin committed Jul 4, 2024
1 parent 5de58b3 commit d622788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ COPY . app/
RUN apt-get update && apt-get install -y firefox-esr
RUN cargo install geckodriver

RUN cd app/ && cargo build --release && cp target/release/scout /usr/local/bin/scout
RUN mkdir $HOME/scout-lang/
RUN cd app/ && cargo build --release && cp target/release/scout /usr/local/bin/scout && cp -R scout-lib/ $HOME/scout-lang/scout-lib/

0 comments on commit d622788

Please sign in to comment.