From 4238ba4c0a678c0957f8f681d4c7b995c77e4645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Mon, 26 Dec 2022 13:57:44 +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 21cdfa4..2e68381 100644 --- a/Sources/api_database/Dockerfile +++ b/Sources/api_database/Dockerfile @@ -8,5 +8,5 @@ COPY . /usr/src/daflmusic WORKDIR /usr/src/daflmusic RUN ls RUN php /usr/local/bin/composer require slim/slim:3.* -RUN ls +RUN ls vendor/ CMD [ "php", "./public/index.php" ] \ No newline at end of file