Update 'Sources/api_database/Dockerfile'
continuous-integration/drone/push Build is failing Details

master
Félix MIELCAREK 2 years ago
parent fd8dc04fa7
commit dedb583d58

@ -4,7 +4,7 @@ RUN pecl install imagick
RUN docker-php-ext-enable imagick
RUN docker-php-ext-install pdo_mysql
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
COPY ./sources /usr/src/daflmusic
COPY . /usr/src/daflmusic
WORKDIR /usr/src/daflmusic
RUN php composer.phar require slim/slim:3.*
CMD [ "php", "./public/index.php" ]
Loading…
Cancel
Save