Commit aca168b6 by Thomas Barabosch

Adjusted Dockerfile to new project structure, changing to correct dir.

parent e6c0eb0e
......@@ -3,9 +3,9 @@ FROM fkiecad/cwe_checker_travis_docker_image:latest
COPY . /home/bap/cwe_checker/
RUN sudo chown -R bap:bap /home/bap/cwe_checker \
&& cd /home/bap/cwe_checker/src \
&& cd /home/bap/cwe_checker \
&& make all
WORKDIR /home/bap/cwe_checker/src
WORKDIR /home/bap/cwe_checker
ENTRYPOINT ["opam", "config", "exec", "--"]
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