You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Can you help me!
The text was updated successfully, but these errors were encountered:
Hi,
I made Dockerfile
But it run with errors:
Can you help me!
The text was updated successfully, but these errors were encountered: