From dedb583d580a705591f279a80b0e3e4a5e0b6323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Mon, 26 Dec 2022 13:29:38 +0100 Subject: [PATCH] Update 'Sources/api_database/Dockerfile' --- Sources/api_database/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/api_database/Dockerfile b/Sources/api_database/Dockerfile index ca8a231..86e0ce4 100644 --- a/Sources/api_database/Dockerfile +++ b/Sources/api_database/Dockerfile @@ -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" ] \ No newline at end of file