Skip to content

Commit

Permalink
chore: Update Dockerfile to include volume and working directory conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
KS1019 committed Jul 6, 2024
1 parent 7eda845 commit 5fb2f46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ RUN source "$HOME/.sdkman/bin/sdkman-init.sh" \
&& git clone https://github.com/uclid-org/uclid.git \
&& cd /uclid && sbt update clean compile "set fork:=true" && sbt universal:packageBin

VOLUME /uclid
WORKDIR /uclid

# Download from release https://github.com/uclid-org/uclid/releases/download/v0.9.5d-prerelease/uclid-0.9.5.zip
# RUN curl -LO https://github.com/uclid-org/uclid/releases/download/v0.9.5d-prerelease/uclid-0.9.5.zip
RUN unzip /uclid/target/universal/uclid-0.9.5.zip -d /uclid
Expand Down

0 comments on commit 5fb2f46

Please sign in to comment.