Make package installable/testable on clean docker image

This commit is contained in:
2023-06-07 10:54:19 -05:00
parent eab4697b6b
commit b82a984ab1
11 changed files with 19 additions and 9 deletions

3
test/docker/Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM julia:1.9-buster
ADD . /app
CMD julia --project=/app/test /app/test/docker/run.jl