Skip to content

Commit

Permalink
Merge pull request #150 from labhackercd/develop
Browse files Browse the repository at this point in the history
v1.1.1
  • Loading branch information
erivanio authored Sep 16, 2021
2 parents f1ee851 + 273d434 commit 425e0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN mkdir -p /var/labhacker/pauta-participativa
ADD . /var/labhacker/pauta-participativa
WORKDIR /var/labhacker/pauta-participativa

RUN pip3 install -r requirements.txt psycopg2 gunicorn && \
RUN pip3 install -r requirements.txt psycopg2==2.8.6 gunicorn && \
rm -r /root/.cache

RUN npm install
Expand Down

0 comments on commit 425e0df

Please sign in to comment.