Skip to content

Commit 0093cac

Browse files
committed
changed copy ssl crt and key
1 parent dcde045 commit 0093cac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ RUN pip install -r requirements.txt
77
RUN git clone https://github.com/sdgtt/telemetry.git
88
RUN cd telemetry && pip install -r requirements.txt && pip install . && cd ..
99
# 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
10+
# COPY cos_analog_com.crt ./ssl/cos_analog_com.crt
11+
# COPY cos_analog_com.key ./ssl/cos_analog_com.key
12+
COPY cert.crt ./ssl/cert.crt
13+
COPY cert.key ./ssl/cert.key
1214
RUN chmod u+x ./entrypoint.sh
1315
ENTRYPOINT ["./entrypoint.sh"]
1416
EXPOSE 5000

0 commit comments

Comments
 (0)