Commit 6991d56e authored by nimrod's avatar nimrod
Browse files

Onbuild instruction.

Test the crontab file on build.
parent 8724afd2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,3 +16,4 @@ USER nobody
CMD [ "supersonic", "/crontab" ]
HEALTHCHECK CMD pgrep supersonic
RUN supersonic -test /crontab
ONBUILD RUN supersonic -test /crontab