Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Bilal Baqar <[email protected]>
  • Loading branch information
bilalbaqar committed Oct 8, 2019
1 parent 6a7e22c commit 0bcd1d2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ LABEL org.label-schema.name="indexd" \

RUN mkdir -p /var/www/indexd/ \
&& chmod 777 /var/www/indexd \
&& a2dissite 000-default \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
libpq5
&& a2dissite 000-default

COPY wsgi.py /var/www/indexd/
COPY bin/indexd /var/www/indexd/
Expand Down

0 comments on commit 0bcd1d2

Please sign in to comment.