5 lines
53 B
Docker
5 lines
53 B
Docker
FROM docker
|
|
|
|
COPY main.sh /
|
|
|
|
ENTRYPOINT ["/main.sh"]
|