Skip to content

Commit

Permalink
unzip example_inputs before using
Browse files Browse the repository at this point in the history
  • Loading branch information
kartva committed Nov 22, 2023
1 parent 437b750 commit 7f13b39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-dockerfile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -euxo pipefail
sudo hwclock --hctosys # to sync time between host and WSL2
podman build -t ghcr.io/desmondwillowbrook/librarian .

cd frontend/example_inputs/
unzip example_inputs.zip
cd -

# try running the container
podman run \
-v `pwd`/frontend/example_inputs/example_inputs/:/app/in \
Expand Down

0 comments on commit 7f13b39

Please sign in to comment.