5 lines
67 B
Docker
5 lines
67 B
Docker
FROM cron
|
|
MAINTAINER gyurix
|
|
COPY . /
|
|
ENTRYPOINT ["/entrypoint.sh"]
|