File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ WORKDIR /app
55COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr/local/bin/
66RUN install-php-extensions @composer
77# # Install dependencies
8- COPY / /app
8+ COPY / /app/
99RUN composer install --optimize-autoloader --no-dev
1010
1111# Vite.js build
@@ -28,7 +28,7 @@ RUN install-php-extensions bcmath pdo_pgsql redis
2828
2929WORKDIR /app
3030
31- COPY / /app
31+ COPY / /app/
3232COPY --from=node /app/public/build/ /app/public/build/
3333COPY --from=composer /app/vendor/ /app/vendor/
3434
@@ -37,4 +37,4 @@ RUN chown --recursive www-data:www-data /app/storage
3737RUN echo "php artisan optimize --no-ansi && php-fpm" >> /usr/bin/entrypoint.sh && \
3838 chmod +x /usr/bin/entrypoint.sh
3939
40- CMD ["/usr/bin/entrypoint.sh" ]
40+ CMD ["/usr/bin/entrypoint.sh" ]
You can’t perform that action at this time.
0 commit comments