We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcde045 commit 0093cacCopy full SHA for 0093cac
Dockerfile
@@ -7,8 +7,10 @@ RUN pip install -r requirements.txt
7
RUN git clone https://github.com/sdgtt/telemetry.git
8
RUN cd telemetry && pip install -r requirements.txt && pip install . && cd ..
9
# Copy SSL certificates
10
-COPY cos_analog_com.crt ./ssl/cos_analog_com.crt
11
-COPY cos_analog_com.key ./ssl/cos_analog_com.key
+# COPY cos_analog_com.crt ./ssl/cos_analog_com.crt
+# COPY cos_analog_com.key ./ssl/cos_analog_com.key
12
+COPY cert.crt ./ssl/cert.crt
13
+COPY cert.key ./ssl/cert.key
14
RUN chmod u+x ./entrypoint.sh
15
ENTRYPOINT ["./entrypoint.sh"]
16
EXPOSE 5000
0 commit comments