3 lines
59 B
Docker
3 lines
59 B
Docker
|
FROM staticfloat/nginx-certbot
|
||
|
COPY run.sh /
|
||
|
CMD sh /run.sh
|