6 lines
83 B
Docker
6 lines
83 B
Docker
FROM scheduler:latest
|
|
|
|
COPY scripts /scripts
|
|
|
|
ENTRYPOINT ["/scripts/scheduler.sh"]
|