We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cfb87 commit 40fb685Copy full SHA for 40fb685
.gitignore
@@ -0,0 +1 @@
1
+.idea/
Dockerfile
@@ -5,7 +5,7 @@ FROM vuls/go-exploitdb@sha256:4738ca739083d41b89aab11012e283f89645f5cdbb5c021f2f
5
RUN mkdir /vuls
6
7
# Set up a cron job to update the database files every 3 hours
8
-RUN echo "* */3 * * * /update.sh" >> /var/spool/cron/crontabs/root
+RUN echo "0 */3 * * * /update.sh" >> /var/spool/cron/crontabs/root
9
10
# Make sure the cron job file has proper permissions
11
RUN chmod 0600 /var/spool/cron/crontabs/root
0 commit comments