Skip to content

Commit

Permalink
Add a script check in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Jul 22, 2024
1 parent b00e2b0 commit b50a712
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ WORKDIR /opt/Simulations
RUN julia --project -e'using Pkg; Pkg.instantiate(); Pkg.resolve(); Pkg.precompile()'

# Build Sysimage
RUN julia --project --startup-file=no deps/build_sysimage.jl
RUN julia --project --startup-file=no deps/build_sysimage.jl

# Check script is callable

RUN julia --project --startup-file=no -JSimulations.so targene-simulation.jl --help

0 comments on commit b50a712

Please sign in to comment.