Skip to content

Commit

Permalink
remove app run at the end of docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Dec 21, 2023
1 parent 478ba5d commit b2d2c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ RUN julia --project -e'using Pkg; Pkg.instantiate(); Pkg.resolve(); Pkg.precompi
RUN julia --project --startup-file=no deps/build_app.jl

# Test the CLI runs
RUN tmle/bin/tmle tmle data/sample_dataset.csv
# RUN tmle/bin/tmle tmle data/sample_dataset.csv

0 comments on commit b2d2c92

Please sign in to comment.