Update docker/trivy/Dockerfile

This commit is contained in:
colin 2024-01-20 19:07:46 +00:00
parent 92acccbb08
commit e58786b162
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ COPY start.sh /start.sh
RUN chmod +x /start.sh && \ RUN chmod +x /start.sh && \
trivy image --download-db-only trivy image --download-db-only
VOLUME /mnt VOLUME /mnt
VOLUME /var/log/trivy VOLUME /log
ENTRYPOINT ["/bin/sh", "/start.sh"] ENTRYPOINT ["/bin/sh", "/start.sh"]