mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 20:22:12 +08:00
6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
FROM nginx:1.18
|
|
|
|
ADD pub.tar /
|
|
ADD knowstreaming.conf /etc/nginx/conf.d/
|
|
RUN rm -rf /etc/nginx/conf.d/default.conf
|