mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 00:18:51 -06:00
Make package installable/testable on clean docker image
This commit is contained in:
3
test/docker/Dockerfile
Normal file
3
test/docker/Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM julia:1.9-buster
|
||||
ADD . /app
|
||||
CMD julia --project=/app/test /app/test/docker/run.jl
|
||||
Reference in New Issue
Block a user