Verified Commit cc6b332a authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'issue-436-dockerfile-and-corenlp' into dev-456-istex-tls-fix

parents a1958aab baf97f4f
......@@ -43,5 +43,11 @@ RUN set -o pipefail && \
echo `which nix-env` && \
. $HOME/.bashrc && nix-env --version
# We want to cache nix artifacts in the Dockerfile to improve CI speed
COPY ./shell.nix /nix-ci-build/
COPY ./nix /nix-ci-build/
RUN set -o pipefail && \
pushd /nix-ci-build/ && nix-build shell.nix && popd
WORKDIR "/builds/gargantext/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment