Skip to content

Commit

Permalink
rename build file build_app.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlabayle committed Dec 5, 2023
1 parent 0c4c82d commit 47f9ce7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ WORKDIR /TargetedEstimation.jl
RUN julia --project -e'using Pkg; Pkg.instantiate(); Pkg.resolve(); Pkg.precompile()'

# Precompile Sysimage project
RUN julia --project -t auto --startup-file=no deps/build.jl app
RUN julia --project -t auto --startup-file=no deps/build_app.jl app

ENV PATH="${PATH}:/TargetedEstimation.jl/build/tmle/bin"

Expand Down
1 change: 0 additions & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]

Documenter = "1.2.1"

0 comments on commit 47f9ce7

Please sign in to comment.