Skip to content
Snippets Groups Projects
Commit 83d0bb88 authored by Yoann Ono Dit Biot's avatar Yoann Ono Dit Biot Committed by ayiniho
Browse files

Update dockerfile for TTRss 19.2

parent 9e29643b
No related branches found
No related tags found
No related merge requests found
FROM php:7.1-apache FROM php:7.1-apache
MAINTAINER Yoann Ono Dit Biot <yoann.onoditbiot@tedomum.net> MAINTAINER Yoann Ono Dit Biot <yoann.onoditbiot@tedomum.net>
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y supervisor RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y supervisor libicu-dev
RUN docker-php-ext-install pcntl mysqli pdo_mysql opcache RUN docker-php-ext-install pcntl mysqli pdo_mysql opcache intl
WORKDIR /var/www/html WORKDIR /var/www/html
COPY ./ /var/www/html COPY ./ /var/www/html
...@@ -23,4 +23,4 @@ ENV DB_PASS ttrss ...@@ -23,4 +23,4 @@ ENV DB_PASS ttrss
ADD docker/configure-db.php /configure-db.php ADD docker/configure-db.php /configure-db.php
ADD docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf ADD docker/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
CMD php /configure-db.php && supervisord -c /etc/supervisor/conf.d/supervisord.conf CMD php /configure-db.php && supervisord -c /etc/supervisor/conf.d/supervisord.conf
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment