This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [CONST_PARAM] | |
| rtsp = 1 ; RTSPЭ�飬0���ر� 1������ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Set master image | |
| FROM php:7.3-fpm-alpine | |
| MAINTAINER Rajesh Chaudhary <rajeshisnepali@gmail.com> | |
| # Copy composer.lock and composer.json | |
| #COPY composer.lock composer.json /var/www/ | |
| # Set working directory | |
| WORKDIR /var/www |