mirror of
https://github.com/ICKelin/opennotr.git
synced 2025-09-26 20:01:13 +08:00
6 lines
149 B
Docker
6 lines
149 B
Docker
FROM ickelin/resty-upstream:latest
|
|
COPY opennotrd /opt/
|
|
COPY start.sh /opt/
|
|
RUN chmod +x /opt/start.sh && chmod +x /opt/opennotrd
|
|
CMD /opt/start.sh
|