We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c97073 commit 105c503Copy full SHA for 105c503
Dockerfile
@@ -1,6 +1,6 @@
1
FROM php:8.2-cli
2
3
-RUN apt-get update && apt-get install -y libzip-dev
+RUN apt-get update && apt-get install -y git libzip-dev
4
RUN docker-php-ext-install pdo pdo_mysql zip
5
6
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
@@ -9,7 +9,7 @@ WORKDIR /app
9
10
COPY . .
11
12
-RUN composer install
+RUN composer install --prefer-dist
13
RUN cp .env.example .env
14
RUN php artisan key:generate
15
0 commit comments