Skip to content

Commit

Permalink
containerize
Browse files Browse the repository at this point in the history
  • Loading branch information
zivnevo committed Jul 29, 2021
1 parent 2e97d09 commit 383b017
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM ghcr.io/shift-left-netconfig/nca:1.0

COPY src/ /baseline-rules-verifier/src/
COPY baseline-rules/ /baseline-rules-verifier/baseline-rules/

ENTRYPOINT ["python", "/baseline-rules-verifier/src/baseline_verify.py"]

0 comments on commit 383b017

Please sign in to comment.