File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ RUN cd telemetry && pip install -r requirements.txt && pip install . && cd ..
99# Copy SSL certificates
1010# COPY cos_analog_com.crt ./ssl/cos_analog_com.crt
1111# COPY cos_analog_com.key ./ssl/cos_analog_com.key
12- COPY cert.crt ./ssl/cert.crt
13- COPY cert.key ./ssl/cert.key
12+ # COPY cert.crt ./ssl/cert.crt
13+ # COPY cert.key ./ssl/cert.key
1414RUN chmod u+x ./entrypoint.sh
1515ENTRYPOINT ["./entrypoint.sh" ]
1616EXPOSE 5000
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- # flask run --host=0.0.0.0 --port=5000 --cert=./ssl/cert.crt --key=./ssl/cert.key
3- flask run --host=0.0.0.0
2+ flask run --host=0.0.0.0 --port=5000 --cert=./ssl/cert.crt --key=./ssl/cert.key
3+ # flask run --host=0.0.0.0
44# flask run --host=0.0.0.0 --port=5000 --cert=./ssl/cos_analog_com.crt --key=./ssl/cos_analog_com.key
You can’t perform that action at this time.
0 commit comments