Skip to content

Commit

Permalink
clean up test data
Browse files Browse the repository at this point in the history
  • Loading branch information
JoostBuitink committed Nov 13, 2024
1 parent ab84e97 commit 810e4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ WORKDIR /app/build/create_binaries/
RUN julia --project -e "using Pkg; Pkg.instantiate()"
RUN julia --project download_test_data.jl
RUN julia --project create_app.jl
RUN rm -rf /app/test/data/*

ENTRYPOINT [ "/app/build/create_binaries/wflow_bundle/bin/wflow_cli" ]

0 comments on commit 810e4b4

Please sign in to comment.