Skip to content

Commit

Permalink
updated redis-server, added pem file search-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Mar 4, 2024
1 parent 496c21d commit d1fa113
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ COPY . /src/
USER root
RUN chmod 755 /src/start_flask.sh
COPY uwsgi.ini /etc/uwsgi/uwsgi.ini
RUN apk --update add redis

WORKDIR /src
EXPOSE 8080
Expand All @@ -44,6 +45,7 @@ RUN rm -R /opt/conda/pkgs/postgres*
#RUN rm -R /opt/conda/bin/postgres*
RUN find /opt/conda/pkgs/future* -name "*.pem" -delete || true
RUN find /opt/conda/lib/python3.10/site-packages/future -name "*.pem" -delete || true
RUN find /opt/conda/envs/pyenv -name "*.pem" -delete || true
RUN find /opt/conda -name "*test.key" -delete || true
RUN find /opt/conda/ -name 'test.key' -delete || true
RUN find /opt/conda/ -name 'localhost.key' -delete || true
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- plotly=5.16.1
- python-kaleido
- celery=5.3.4
- redis=5.0.3
- redis
- APScheduler=3.10.4
- boto3=1.28.45
- jinja2=3.1.2
Expand Down

0 comments on commit d1fa113

Please sign in to comment.