diff --git a/Dockerfile b/Dockerfile index 3a5d8fd2e..6f003c391 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 ARG DEBIAN_FRONTEND=noninteractive -RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip libenchant1c2a ffmpeg +RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip libenchant1c2a ffmpeg postgresql libpq-dev COPY supervisord.conf /etc/supervisord.conf diff --git a/files/templates/comments.html b/files/templates/comments.html index 4e1413351..cf5ee4c3a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -945,7 +945,8 @@
{% endif %} -{% if SITE == 'rdrama.net' and not ajax and v and v.theme == 'midnight' %} +{# if SITE == 'rdrama.net' and not ajax and v and v.theme == 'midnight' #} +{% if False %}