Skip to content

Commit

Permalink
attempt to fix precompile issues when running container (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: dchang <dchang@uncharted.software>
  • Loading branch information
mwdchang and dchang authored Jul 19, 2023
1 parent 1f53369 commit 1416dab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR /simulation-service
COPY Project.toml /simulation-service/
COPY Manifest.toml /simulation-service/
COPY src/ /simulation-service/src/
COPY examples/ /simulation-service/examples/
ENV JULIA_PROJECT=.
RUN julia -e 'using Pkg; Pkg.instantiate();'

Expand Down

0 comments on commit 1416dab

Please sign in to comment.