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