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 f9b2478 commit b42b910Copy full SHA for b42b910
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build
27
run: |
28
- composer install --no-dev --no-progress
+ composer install --no-dev --no-progress --optimize-autoloader
29
cd ..
30
tar cvzf shimmie2-${{ steps.get_version.outputs.VERSION }}.tgz shimmie2
31
zip -r shimmie2-${{ steps.get_version.outputs.VERSION }}.zip shimmie2
Dockerfile
@@ -56,7 +56,7 @@ ENV XDEBUG_MODE=coverage
56
FROM dev-tools AS build
57
COPY composer.json composer.lock /app/
58
WORKDIR /app
59
-RUN composer install --no-dev --no-progress
+RUN composer install --no-dev --no-progress --optimize-autoloader
60
COPY . /app/
61
62
# Devcontainer target
0 commit comments