Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: Cannot modify header information - headers already sent by #119

Open
maximdogonov opened this issue Dec 10, 2021 · 0 comments
Open

Comments

@maximdogonov
Copy link

Hi,

I made Dockerfile

FROM php:5.6-apache

RUN apt update && apt -y install git mysql-client
RUN docker-php-ext-install pdo pdo_mysql

RUN cd /tmp/ && git clone https://github.com/OpenSIPS/opensips-cp
RUN cd /tmp/opensips-cp && cp -rf web/* /var/www/html/ && cp -rf config /var/www/
RUN echo "php_value date.timezone UTC" >  /var/www/html/.htaccess
RUN sed -i 's/localhost/mysqldb/g' /var/www/config/db.inc.php

But it run with errors:

Снимок экрана 2021-12-10 в 19 24 57

Can you help me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant