Skip to content
Snippets Groups Projects
Verified Commit 85e8641b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use latest master of NeRCA

parent 40d5840e
No related branches found
No related tags found
1 merge request!20Dockerise the monitoring
......@@ -5,6 +5,6 @@ MAINTAINER Tamas Gal <tgal@km3net.de>
RUN apt-get -y update && apt-get -y install build-essential && apt-get clean
COPY . .
RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.build("NeRCA"); Pkg.test("NeRCA"; coverage = true)'
RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.add("NeRCA#master"); Pkg.build("NeRCA"); Pkg.test("NeRCA"; coverage = true)'
ENTRYPOINT ["julia", "--project=.", "royfit.jl"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment