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

Use correct repo for NeRCA...

parent 85e8641b
Branches
Tags
1 merge request!20Dockerise the monitoring
...@@ -5,6 +5,6 @@ MAINTAINER Tamas Gal <tgal@km3net.de> ...@@ -5,6 +5,6 @@ MAINTAINER Tamas Gal <tgal@km3net.de>
RUN apt-get -y update && apt-get -y install build-essential && apt-get clean RUN apt-get -y update && apt-get -y install build-essential && apt-get clean
COPY . . COPY . .
RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.add("NeRCA#master"); Pkg.build("NeRCA"); Pkg.test("NeRCA"; coverage = true)' RUN julia -e 'using Pkg; Pkg.activate("."); Pkg.instantiate(); Pkg.add(url="https://github.com/tamasgal/NeRCA.jl", rev="master"); Pkg.build("NeRCA"); Pkg.test("NeRCA"; coverage = true)'
ENTRYPOINT ["julia", "--project=.", "royfit.jl"] ENTRYPOINT ["julia", "--project=.", "royfit.jl"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment