File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /app
5
5
COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
6
6
RUN install-php-extensions @composer
7
7
# # Install dependencies
8
- COPY / /app
8
+ COPY / /app/
9
9
RUN composer install --optimize-autoloader --no-dev
10
10
11
11
# Vite.js build
@@ -28,7 +28,7 @@ RUN install-php-extensions bcmath pdo_pgsql redis
28
28
29
29
WORKDIR /app
30
30
31
- COPY / /app
31
+ COPY / /app/
32
32
COPY --from=node /app/public/build/ /app/public/build/
33
33
COPY --from=composer /app/vendor/ /app/vendor/
34
34
@@ -37,4 +37,4 @@ RUN chown --recursive www-data:www-data /app/storage
37
37
RUN echo "php artisan optimize --no-ansi && php-fpm" >> /usr/bin/entrypoint.sh && \
38
38
chmod +x /usr/bin/entrypoint.sh
39
39
40
- CMD ["/usr/bin/entrypoint.sh" ]
40
+ CMD ["/usr/bin/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments