Skip to content

Commit

Permalink
fix precomiple issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dchang committed Jul 19, 2023
1 parent 1f53369 commit 4192404
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 4192404

Please sign in to comment.