Skip to content

Commit

Permalink
Merge pull request #154 from seungsoo-lee/dev
Browse files Browse the repository at this point in the history
Updated Dockerifle
  • Loading branch information
seungsoo-lee committed May 31, 2021
2 parents 1f44c19 + fc40077 commit 9247797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN go build -o knoxAutoPolicy main.go
#FROM debian:latest
FROM artifactory.accuknox.com/accuknox/ubuntu:bionic-20210512

COPY ./src/conf/conf.yaml conf/conf.yaml
COPY ./src/conf/local.yaml conf/conf.yaml
COPY --from=builder /usr/src/knox/knoxAutoPolicy /knoxAutoPolicy

ENTRYPOINT ["/knoxAutoPolicy"]

0 comments on commit 9247797

Please sign in to comment.