Skip to content

Commit

Permalink
roll back uwsgi conf and clamav debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bayr committed Nov 4, 2024
1 parent ef2dba3 commit e3eddba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sddi-urban/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ COPY supervisor/supervisord.conf /etc/supervisor
COPY supervisor/start-supervisor.sh /srv/app/docker-afterinit.d

# tmp debug clamav #####
COPY clamav/__init__.py /usr/local/lib/python3.8/dist-packages/clamd/__init__.py
#COPY clamav/__init__.py /usr/local/lib/python3.8/dist-packages/clamd/__init__.py

RUN set -ex && \
ckan config-tool "${CKAN_INI}" "ckan.plugins = ${CKAN__PLUGINS}" && \
Expand All @@ -279,4 +279,4 @@ USER ckan
# change uwsgi conf files
#COPY uwsgi/uwsgi.conf /srv/app/uwsgi.conf
#COPY uwsgi/basic-auth-uwsgi.conf /srv/app/basic-auth-uwsgi.conf
COPY uwsgi/ckan-uwsgi.ini /srv/app/src/ckan/ckan-uwsgi.ini
#COPY uwsgi/ckan-uwsgi.ini /srv/app/src/ckan/ckan-uwsgi.ini

0 comments on commit e3eddba

Please sign in to comment.