Skip to content

Commit

Permalink
precompile
Browse files Browse the repository at this point in the history
  • Loading branch information
cecoeco committed Aug 4, 2024
1 parent a8bddfc commit c011289
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN julia -e 'using Pkg;\
"JSONTables",\
"Oxygen",\
"PRISMA"\
]);'
]);\
Pkg.precompile()'

CMD ["julia", "app.jl"]
CMD julia app.jl

0 comments on commit c011289

Please sign in to comment.