Skip to content

Commit

Permalink
build: add default CMD for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed May 11, 2024
1 parent fe76fff commit 6e49e41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ RUN chown -R gvm:gvm /gvm-sync-targets && \
chmod 755 /usr/local/bin/entrypoint

ENTRYPOINT [ "/usr/local/bin/entrypoint" ]

CMD [ "gvm-sync-targets" ]

0 comments on commit 6e49e41

Please sign in to comment.