Skip to content

Commit

Permalink
fixed quote
Browse files Browse the repository at this point in the history
  • Loading branch information
cecoeco committed Aug 4, 2024
1 parent fa5dd3d commit d63594b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ FROM julia:1.10

COPY app.jl .

RUN julia -e 'using Pkg; Pkg.add(["CSV","DataFrames","HTMLTables","HTTP","JSON3","JSONTables","Oxygen","PRISMA"]);
RUN julia -e 'using Pkg; Pkg.add(["CSV","DataFrames","HTMLTables","HTTP","JSON3","JSONTables","Oxygen","PRISMA"])'

CMD julia app.jl

0 comments on commit d63594b

Please sign in to comment.