File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ phpstan.neon
88phpunit.xml
99rector.php
1010pint.json
11- postcss.config.js
1211tests
1312stubs
1413app-modules /** /tests
@@ -18,18 +17,14 @@ app-modules/**/tests
1817.editorconfig
1918.prettierignore
2019.prettierrc
21- CHANGELOG.md
22- CLAUDE.md
23- CODE_OF_CONDUCT.md
24- CONTRIBUTING.md
25- LICENSE.md
26- README.md
20+ * .md
2721.idea
2822.vscode
2923.junie
3024.claude
3125
3226# Git
27+ .git
3328.gitignore
3429.gitattributes
3530.github
Original file line number Diff line number Diff line change @@ -128,14 +128,14 @@ USER www-data
128128COPY --from=composer --chown=www-data:www-data /var/www/html/public/css ./public/css
129129COPY --from=composer --chown=www-data:www-data /var/www/html/public/js ./public/js
130130
131- # Application source
132- COPY --chown=www-data:www-data . /var/www/html
133-
134131# Composer dependencies
135132COPY --from=composer --chown=www-data:www-data /var/www/html/vendor ./vendor
136133
137134# Application assets
138135COPY --from=frontend --chown=www-data:www-data /app/public/build ./public/build
139136
137+ # Application source
138+ COPY --chown=www-data:www-data . /var/www/html
139+
140140# Start Octane with FrankenPHP
141141RUN php artisan octane:install --server=frankenphp -n
You can’t perform that action at this time.
0 commit comments